You can enable Analytics display in main WP Dashboard > Video Gallery > Settings -> analytics Select the galleries which you want to track Analytics will look like this. You can click any video to view which user watched it and how many minutes.
How to replicate example from https://zoomthe.me/wp_preview_wpx/gallery-balne/ ( balne setup )
What you need to do is setup a new gallery and name it – sample_balne_setup . In the Navigation Style, set it to Disabled, because we will have no navigation inside the gallery but it will be outside. That said, we need to link to the outside gallery. Scroll down to Outer Parts and […]
How to share option in lightbox
In Video Player Configs, for the configuration you want to use for the lightbox player, enable the multisharer button In Video gallery > Settings > Video Page , in Zoombox options select that configuration
How to replicate example from http://zoomthe.me/themedemo-dzsvg/sample-page/ ( youtube playlist example )
First, this is a 2/3 + 1/3 column layout and a 1/1 column underneath. This can be done manually or if you have a page builder like visual composer, or a page builder in your theme. What you need to do is setup a new gallery and in the Navigation Style, […]
How to replicate this page – Video Gallery with Lightbox ( http://zoomthe.me/themedemo-dzsvg/16-2/ )
<div style=”float:left; width:25%;”><p style=”text-align: center;”><strong>YouTube Videos</strong></p> [videogallerylightbox id=”lightbox” gallerywidth=”800″ galleryheight=”300″ ]<img class=”alignnone size-full wp-image-17″ src=”http://zoomthe.me/themedemo-dzsvg/wp-content/uploads/2014/07/t1.jpg” alt=”t1″ width=”270″ height=”181″ />[/videogallerylightbox]</div><div style=”float:left; width:25%;”><p style=”text-align: center;”><strong>YouTube Videos</strong></p> [videogallerylightbox id=”lightbox” gallerywidth=”800″ galleryheight=”300″ ]<img class=”alignnone size-full wp-image-17″ src=”http://zoomthe.me/themedemo-dzsvg/wp-content/uploads/2014/07/t1.jpg” alt=”t1″ width=”270″ height=”181″ />[/videogallerylightbox]</div><div style=”float:left; width:25%;”><p style=”text-align: center;”><strong>YouTube Videos</strong></p> [videogallerylightbox id=”lightbox” gallerywidth=”800″ galleryheight=”300″ ]<img class=”alignnone size-full wp-image-17″ src=”http://zoomthe.me/themedemo-dzsvg/wp-content/uploads/2014/07/t1.jpg” alt=”t1″ width=”270″ […]
ideo to fill the container / I don’t want the black bars top and bottom of the video ( aspect ratio )
New playlist mode You will find in playlist mode __________________ LEGACY GALLERY ( OLD ) – per item deprecated We have a special property for this called responsive ratio Find it here You can just set it to detect for most self-hosted videos, but it might not work for YouTube. For […]
Increase maximum videos
I only see 25 videos of my vimeo feed ( album / channel ) You need to change the max videos property in the video gallery admin. For Vimeo Also make sure to setup your vimeo api credentials or youtube api credentials, or else you are limited to 25-50
How to link to post or any link in the menu description
First of all we need to allow links in the item description – this is done easily by putting a larger number for the maximum description length and allowing html tags In video gallery admin, for the gallery you want to use just place these settings in Description Options and in […]
Browser support & recommended encoding program
We recomend using Handbrake ( open-source ) for generating the mp4 file from your video file. We made a screenshot of some sample settings that we tested to work on all major browsers You can export h264 .mp4 or .m4a We have support for both in video gallery. Make sure to activate […]
Why does my embed iframe not display correct dimensions / sizes ?
Well, you need to be careful for width and height to be 100% If you have this code for example <iframe src=”//players.brightcove.net/5270290581001/default_default/index.html?videoId=5287782724001″ allowfullscreen webkitallowfullscreen mozallowfullscreen width=”500″ height=”281.25″></iframe> Correct it to <iframe src=”//players.brightcove.net/5270290581001/default_default/index.html?videoId=5287782724001″ allowfullscreen webkitallowfullscreen mozallowfullscreen width=”100%” height=”100%” style=”width: 100%; height: 100%; position:absolute; top:0; left:0;></iframe>