diff --git a/README.md b/README.md index 9137886..2e5936a 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ LC Lightbox is a modern jQuery lightbox focused on contents.
Totally responsive and adaptive, is extremely flexible to be tailored in the minimum details! Hassle-free and immediate setup using an unique javascript file.
-Overall plugin weight is only 42KB (JS) + 31KB (CSS) +Overall plugin weight is only 46KB (JS) + 34KB (CSS) -![lc-lightbox](https://lcweb.it/wp-content/uploads/2018/10/lcl_github_img_2.png) +![lc-lightbox](https://static.lcweb.it/lc-lightbox-lite/lcl_github_img.png)   @@ -19,7 +19,6 @@ Main features * Effective Socials Share (with WhatsApp option on mobile) * Element Contents (title, description and author) * Images "right-click" protection -* Natively supports webp/avif images * Fullscreen mode * Covering only browser or entire screen space @@ -35,7 +34,7 @@ Main features * 100% CSS Driven * (optional) Mousewheel and Keyboard elements navigation * Swipe integration to navigate (requires AlloyFinger) -* Dev-oriented and well-documented [methods & Events](https://lcweb.it/lc-lightbox/documentation?section=methods) +* Dev-oriented and well-documented [methods & Events](https://lcweb.it/lc-lightbox-jquery-plugin/documentation/?section=methods) * 4 layouts (text over element, under element or on right/left side) * (optional) closing button on corner position (for inner commands) * (optional) navigation buttons on middle position (for inner commands) @@ -50,7 +49,7 @@ Main features * Full control on each animation/effect timing * Modal mode * Thumbnails script support (eg. easily integrates with Timthumb) -* MUCH MORE! [check lightbox options](https://lcweb.it/lc-lightbox/documentation?section=opts) +* MUCH MORE! [check lightbox options](https://lcweb.it/lc-lightbox-jquery-plugin/documentation/?section=opts)   @@ -59,7 +58,7 @@ Main features Requirements --- -* Any modern browser (IE 10+) +* Any modern browser (IE 11+) * jQuery v1.7+ * To implement touch actions you need to use [AlloyFinger](https://github.com/AlloyTeam/AlloyFinger/) (file included in LIB folder) @@ -69,7 +68,7 @@ Requirements Live Demo --- -[https://lcweb.it/lc-lightbox](https://lcweb.it/lc-lightbox) +[https://lcweb.it/lc-lightbox-jquery-plugin/](https://lcweb.it/lc-lightbox-jquery-plugin/)   @@ -77,7 +76,7 @@ Live Demo Documentation --- -[https://lcweb.it/lc-lightbox/documentation](https://lcweb.it/lc-lightbox/documentation) +[https://lcweb.it/lc-lightbox-jquery-plugin/documentation/](https://lcweb.it/lc-lightbox-jquery-plugin/documentation/) Optionally you can install the plugin via Bower, using this instruction: `bower install lc-lightbox-lite` @@ -88,7 +87,7 @@ License --- LC Lightbox LITE is free and released under the MIT license.
-You can purchase the fully-featured premium version on [Codecanyon](https://codecanyon.net/user/lcweb/portfolio) +You can purchase the fully-featured premium version on the [LCweb Shop](https://lcweb.it/lc-lightbox-jquery-plugin/)   @@ -97,7 +96,7 @@ You can purchase the fully-featured premium version on [Codecanyon](https://code Extra --- -Premium LC Lightbox version is implemented in the premium WordPress plugin [Global Gallery](http://www.lcweb.it/global-gallery) +Premium LC Lightbox version is implemented in the premium WordPress plugin [Global Gallery](https://lcweb.it/global-gallery-wordpress-photogallery-plugin/)   @@ -106,8 +105,8 @@ Premium LC Lightbox version is implemented in the premium WordPress plugin [Glob Fun Fact --- -Why release starts from v1.1? LC Lightbox has been used and developed for [Global Gallery](http://www.lcweb.it/global-gallery) WordPress plugin in 2017! +Why release starts from v1.1? LC Lightbox has been used and developed for [Global Gallery](https://lcweb.it/global-gallery-wordpress-photogallery-plugin/) WordPress plugin in 2017! * * * -Copyright © Luca Montanari (aka LCweb) +Copyright © Luca Montanari (LCweb) diff --git a/bower.json b/bower.json index a238660..b55dc90 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,7 @@ "Luca Montanari (https://lcweb.it)" ], "license": "MIT", - "homepage": "https://lcweb.it/lc-lightbox", + "homepage": "https://lcweb.it/lc-lightbox-jquery-plugin/", "dependencies": { "jquery": ">=1.7.0", "alloyfinger": "latest" diff --git a/js/lc_lightbox.lite.js b/js/lc_lightbox.lite.js index a26d628..020e495 100644 --- a/js/lc_lightbox.lite.js +++ b/js/lc_lightbox.lite.js @@ -2,7 +2,7 @@ * LC Lightbox - LITE * yet.. another jQuery lightbox.. or not? * - * @version : 1.3.1 + * @version : 1.3.2 * @copyright : Luca Montanari (LCweb) * @website : https://lcweb.it * @requires : jQuery v1.7 or later @@ -1655,7 +1655,7 @@ $('#lcl_wrap').addClass('lcl_toggling_fs'); // enbale browser's fs - if(o.browser_fs_mode && document.fullscreenEnabled && navigator.userActivation.hasBeenActive) { + if(o.browser_fs_mode && document.fullscreenEnabled && typeof(navigator.userActivation) != 'undefined' && navigator.userActivation.hasBeenActive) { if (document.documentElement.requestFullscreen) { document.documentElement.requestFullscreen(); } else if (document.documentElement.msRequestFullscreen) { diff --git a/js/lc_lightbox.lite.min.js b/js/lc_lightbox.lite.min.js index 1202226..eedc7b6 100644 --- a/js/lc_lightbox.lite.min.js +++ b/js/lc_lightbox.lite.min.js @@ -2,7 +2,7 @@ * LC Lightbox - LITE * yet.. another jQuery lightbox.. or not? * - * @version : 1.3.1 + * @version : 1.3.2 * @copyright : Luca Montanari (LCweb) * @website : https://lcweb.it * @requires : jQuery v1.7 or later diff --git a/package.json b/package.json index beed595..66ab4e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "LCweb", "name": "lc-lightbox-lite", - "version": "1.3.1", + "version": "1.3.2", "description": "Yet another jQuery lightbox.. or not? ", "keywords": [ "jquery", @@ -50,7 +50,7 @@ }, "links": { "download": "https://github.com/LCweb-ita/LC-Lightbox-LITE/releases", - "docs": "https://lcweb.it/lc-lightbox/documentation" + "docs": "https://lcweb.it/lc-lightbox-jquery-plugin/documentation/" }, "main": [ "js/lc_lightbox.lite.min.js",