D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
skdesign
/
public_html
/
js
/
Filename :
config-lightbox.js
back
Copy
(function ($) { // USE STRICT "use strict"; //------------------------------------------------------- // Config Lightbox2 //------------------------------------------------------- try { lightbox.option({ 'resizeDuration': 200, 'wrapAround': true }) } catch(err) { console.log(err); } })(jQuery);