VenoBox Versions Save

Responsive Vanilla JS lightbox plugin, suitable for images, videos, iFrames, inline contents

2.0.6

5 months ago

Goodbye jQuery, and thanks for all the $()!

SInce version 2 VenoBox no longer needs jQuery

Same plugin but lighter, with more options, better performance, better UX and without dependencies.

Migrating to v2

2.1.4

5 months ago

Goodbye jQuery, and thanks for all the $()!

SInce version 2 VenoBox no longer needs jQuery

Same plugin but lighter, with more options, better performance, better UX and without dependencies.

Migrating to v2

2.1.6

5 months ago

Goodbye jQuery, and thanks for all the $()!

SInce version 2 VenoBox no longer needs jQuery

Same plugin but lighter, with more options, better performance, better UX and without dependencies.

Migrating to v2

2.1.3

5 months ago

Goodbye jQuery, and thanks for all the $()!

SInce version 2 VenoBox no longer needs jQuery

Same plugin but lighter, with more options, better performance, better UX and without dependencies.

Migrating to v2

2.0.4

2 years ago

Goodbye jQuery, and thanks for all the $()!

SInce version 2 VenoBox no longer needs jQuery

Same plugin but lighter, with more options, better performance, better UX and without dependencies.

Migrating to v2

v1.9.2

5 years ago

1.9.2

  • Update: Remove focus from link to avoid multiple calls with enter key

1.9.1

  • Fix: Error thrown in safari #147

v1.9.0

  • Update: reset content scrollTop on change

v1.8.9

  • New share buttons available options: ['facebook', 'twitter', 'linkedin', 'pinterest', 'download']

v1.8.8

  • Hide infinigall navigation if has only 1 item
  • Hide numeratio if has only 1 item
  • Higher z-index for vbox-overlay

v1.8.7 Percentual window padding Minified CSS

v1.8.6 Namespaced some css classes #133

v1.8.5 New callback: cb_content_loaded(obj, gallIndex, thenext, theprev)

v1.8.4 Scrollbar dissappears behind .vbox-overlay background (Chrome) #109 Overlay close does not work on iPad, and full overlay is not clickable #115 Allow autoplay in Chrome - attribute needed for iframe #121

v1.8.3 New spinkit preloaders #106 Hide spinner when popup has been loaded #101 Add support of customized Gallery items directly on the JavaScript init. #120

v1.8.2 Fix: infinigall & nextok = false #98

v1.8.1 update: use strict - thanks @shivarajnaidu fix: fade in overlay

v1.8.0 new: touch swipe support new methods: call close, next or previous item outside the plugin update: new callbacks

v1.7.3 update: brought back data-gall instead of data-vbgall

v1.7.2 fix: gallery navigation with different title attributes fix: position absolute for preloader to avoid scroll overlay .json files updated

v1.7.1 New: options for title and navigation elements: position and colors New: pure css3 preloaders New: 5 Callbacks added - thanks @garyee New: video autoplay as option - thanks @codibit Update: data-type changed to data-vbtype Update: css3 next - prev arrows Update: iframe and inline windows with default height realtive to viewport Update: Removed deprecated functions for jQuery 3 Update: new youtube parser to convert more urls Update: video format to 16:9 Update: panel shadow Fix: wait to loading all images inside ajax modal Fix: https:// for video iframes

1.9.4

5 years ago

VenoBox v1 can only be initialized with jQuery

$(document).ready(function(){
    $('.venobox').venobox(); 
});