WordPress version
Intro
Want a Video Gallery that is easy to install, to customize, works in all browsers ( even IE8 ), is up to the latest standards ( html5 ), has multimedia support too ( audio / images ) , can feed from video sharing providers ( youtube / vimeo ) ? Then this is the Video Gallery to showcase your videos on your site.
The gallery works in all major browsers environment – including IE through flash fall-back. Also, by inputting a single video in the video gallery, it becomes a video player.
This gallery uses the latest html5 tehniques. For example – it uses HTML5 LocalStorage to remember the last volume you had before you exit and sets back that volume when you come back. The skin is setup via simple CSS – so it’s fully skin-able with basic CSS
Updates
UPDATE 9.36 [ 10/10/2016 ]
[FIX] cover image click on mobiles
[ADD] galleries in tabs examples
UPDATE 9.23 [ 09/19/2016 ]
[TWEAK] search now completely hides other items
UPDATE 9.05 [ 05/03/2016 ]
[FIX] ie11 on windows 8.1 fullscreen event
[FIX] other small bugs
UPDATE 9.03 [ 03/15/2016 ]
[TWEAK] android fullscreen now hides controls on no touch
UPDATE 9.00 [ 03/14/2016 ]
[TWEAK] preview page remake
[TWEAK] skin_aurora remake
[FIX] some bugs
UPDATE 8.91 [ 02/22/2016 ]
[FIX] some bugs
UPDATE 8.82 [ 02/11/2016 ]
[FIX] some bugs
UPDATE 8.00 [ 09/22/2014 ]
[FIX] some bugs
UPDATE 7.50 [ 04/08/2014 ]
[TWEAK] transitions now much smoother
[TWEAK] preview update
UPDATE 7.44 [ 03/26/2014 ]
[FIX] multiple bugs
[FIX] preview
[FIX] add subtitle support
UPDATE 6.78 [ 10/14/2013 ]
[FIX] multiple bugs
UPDATE 6.10 [ 10/02/2013 ]
[fix] bug at ending of youtube video, the audio would still play
UPDATE 5.11 [ 10/02/2013 ]
fixed a fatal IE9 / IE10 bug
updated to work with jquery 1.9.1 without migrate plugin
UPDATE 5.00 [ 01/10/2013 ]
added HD button for YouTube videos
added new way to scroll the menu thumbsandarrows ( check YouTube Channel demo in the preview )
added three new modes – rotator, rotator3d and wall
skins for gallery and player are now independent
added new gallery skin – nav_transparent – menu items circular and transparent navigation
added new awesome skin for the player – aurora
updated documentation
other bugs fixed
UPDATE 4.10 [ 10/22/2012 ]
fixed fullscreen bugs ( works perfectly on Safari, Chrome, Firefox and future compliant browsers )
added advertisement support – image / youtube or video ad
other bugs fixed
UPDATE 4.0 [ 05/02/2012 ]
fixed some bugs
changed video gallery and video player DOM structure
added a new buffering bar
added Vimeo support
added audio support
added image support
added embed button
added share button
added real fullscreen for Chrome, Safari, Firefox
UPDATE 3.0 [ 02/23/2012 ]
fixed some bugs
restructured documentation
changed video gallery and video player DOM structure
UPDATE 2.0 [ 07/09/2011 ]
fixed some bugs
iPod/iPad/iPhone supports
updated to the latest html5 standards
Features
focus on the video – the fullscreen button let’s you enjoy the video on the whole browser window
html5 powered - html5 video element & javascript localStorage makes this a cutting edge gallery
remembers your preferences – this player uses Html5’s LocalStorage in order to store the last volume you have set, so when you close the page and open it later, the volume is right back where you left it
compatible with all major browsers, including IE – provides flash fallback for the browsers that don’t support the video tag ( you can specify which video to play through FlashVars ) the flash video player has the same skin as the default one so it looks the same on all platforms
iphone / ipad compatible – this gallery has been optimized apple touch devices
css powered skins – the gallery css is divided into two parts – functional and estethic so it’s very easy to make your own skin
Assets
Video from – http://www.bigbuckbunny.org/
FAQ
1st video works fine but, 2nd video doesn?t load at all
Most probably you are testing and have attached the same youtube video. You can’t have the same youtube video in 2 places.
how do I embed vimeo links into it?
just add this markup inside the videogallery-con
Change the data-src value with the id of your vimeo video
Can this be used for videos that are NOT in Vimeo or YouTube? I have some videos hosted on a server I?d like to link to directly. Please let me know asap. thx
Sure, it?s made specifically for playing self hosted videos. YouTube and Vimeo are just a bonus.
How do I get the social media icons to work?
check the shareCode setting for the vGallery function
How do I make my video properly encoded to use within this gallery ?
You need your movie converted to 2 formats in order to make sure the html5 video plays in all browsers
Browser support & recommended encoding program
IE9, IE8 ( Flash ) & Safari : M4V -> http://handbrake.fr/
Chrome & Opera & Firefox : OGG-> http://video.online-convert.com/convert-to-ogg
Video DOM structure
I have my video ready, how do I add it whitin the gallery ?
Best way to learn that if you are not consistent with html is by example. Open source/index.html and around line 122 you will see:
[ .. ]
This represents the last video in the gallery, and it’s a good example so let’s clone that and name it Video 6 instead of Video 5
[ .. ]