| Server IP : 81.19.159.101 / Your IP : 216.73.217.111 Web Server : Apache System : Linux www58.world4you.com 4.18.0-553.126.2.lve.el8.x86_64 #1 SMP Thu May 28 14:12:30 UTC 2026 x86_64 User : ftp8817043 ( 2681) PHP Version : 8.4.21 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/.sites/103/site8817043/web/wp-content/themes/enfold/js/aviapopup/ |
Upload File : |
2024-11-20 - Enfold Version 6.0.7
added allow="autoplay; encrypted-media" to lightbox iframe generation for youtube autoplay
2022-12-14 - Enfold Version 5.3
- load non minified version only when in WP_DEBUG mode
2022-10-18 - Enfold Version 5.2
- create own minified version with gulp
2022-09-14 - v1.3
- Removed "factory" to allow webpack/gulp to minify file
2022-04-11 v1.2.2
- replaced deprecated $.fn.focus() with .trigger( 'focus' )
2021-03-17 v1.2.1
- added check for body class 'responsive-images-lightbox-support'
- added scrset and sizes attribute to images: https://github.com/dimsemenov/Magnific-Popup/issues/553#issuecomment-129216543:
- line 1305ff:
img.srcset = item.el.find('img').attr('srcset');
img.sizes = item.el.find('img').attr('sizes');
- added scrset and sizes attribute to galleries:
- line 1824ff:
if( item.el.length > 0 )
{ .......
2021-01-12 v1.2.0
- Replaced .click(function() with .on('click', function()
- Replaced .isFunction() with 'function' === typeof
- Replaced .isArray with Array.isArray
2021-01-12 forked from github as no longer supported there