These are the settings I use From Preset: I use Web Optimized. H.264 And I also tick iPod 5G Support
How do I make my video properly encoded to use within the gallery ?
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 iOS, Android, Safari, Chrome. See below:
Which video format can the video gallery play
Formats supported video: .m4v / .mp4 audio: .m3a / mp3 Encoding 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 […]
[Second Con] Hide title
Go to video gallery > settings > appearance and in extra css enter: .dzsas-second-con–clip > .item > h4{ display:none; }
How to generate thumbnails for youtube
select the type to Youtube input the id Click the Auto Generate button
Change maximum description length in the menu
menu description can be limited you can do it from the playlist menu
How to hide videos for only paid members
You can use a WORDPRESS PLUGIN -> membership plugin and restrict pages in which you have the gallery to only paid members. Most membership plugins offer the option to restrict certain pages to certain user types.
Skin Balne Customisations
change active bullet color go to video gallery > appearance > extra css and enter body .videogallery–navigation-outer .videogallery–navigation-outer–bullets-con .navigation-outer–bullet.active{ background-color: #ff0000; } change play button color go to video gallery > appearance > extra css and enter body .videogallery–navigation-outer.skin-balne .image-con .hover-rect:before{ background-color: #ff0000; } change active thumbnail go […]
youtube player button not accessible
the reaseon is probably you have video overlay enabled in your Player Configuration
Single Video Player Page – adjust video area height
Go to video gallery > settings > appearance and in extra css enter: .mainvp-con{ padding-top: 67.5%; position: relative; } .mainvp-con .vplayer{ position: absolute; height: 100%; top: 0; }