LightGallery v2 #988
Replies: 13 comments 37 replies
-
Thanks for creating a version without jQuery. I've been planning my move from Bootstrap 4 to version 5, which dropped jQuery. LightGallery is my last component that required jQuery. I use Typescript and glad to see your move to Typescript as well. I dropped support all versions of IE, thus fine with me to drop any or all versions of IE. |
Beta Was this translation helpful? Give feedback.
-
I am also happy for the new release and consider supporting it / buying an OEM license. Help us please understand the difference between lightgallery.js please? Will that be replaced by lightGallery v2? Also as feature requests I would love to see options to import only needed styles from scss directly. Like only the transition I want to use, only the styles from the plugins I really need and so one |
Beta Was this translation helpful? Give feedback.
-
Thank's for v2 without jQuery! LightGallery v2 is excellent replacement FancyBox |
Beta Was this translation helpful? Give feedback.
-
Thanks for the major updates, my question is it hard to implement scroll zoom on desktop slide? I would like to implement it myself if you do not have near plan for adding it |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the library On the demo of v2 when I click on fullscreen the fullscreen is applied to the webpage and not the photo itself I was expecting to see the fullscreen applied to the photo, is the current behavior (webpage fullscreen instead of photo) a bug? Screen.Recording.2021-04-29.at.11.42.20.mov |
Beta Was this translation helpful? Give feedback.
-
Will you support infinite scrolling? Let's say I have 1,000 images. When I load the page, I only load first 50 images, and when I scroll down, the the library downloads another 10 and so on. |
Beta Was this translation helpful? Give feedback.
-
I am sorry, I looked but didn't notice. Last question: does it support
masonry view? I see you have an example of Thumbnails but it still groups
things by rows, where I was looking for images having different
width/height?
And I take this is possible: having both images and videos with infinite
scrolling?
…On Wed, May 5, 2021 at 3:04 AM Sachin N ***@***.***> wrote:
Infinite scrolling with lightGallery can be easily done by using destroy
public method.
After appending new thumbnails, you need to destroy and re-initiate
lightGallery.
lg.destroy();setTimeout(() => {
lg = lightGallery($infiniteScrollGallery, {
speed: 500,
});}, 500);
I've created a basic demo -
http://sachinchoolur.github.io/lightGallery/v2/demos/infinite-scrolling/
Please let me know if you have any questions
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#988 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOET7JI64Y7JDONKCDHMVQTTMDUWDANCNFSM43HZWY7A>
.
|
Beta Was this translation helpful? Give feedback.
-
My view on the need to support IE 11. While I don't know the effort required to support IE in LG, I don't think IE support is needed. IE market is tiny (1%). Yesterday, WordPress (40% of websites) announced they are dropping IE support for in their July v5.8 release. Simply put, if dropping IE helps development, performance or usage of LG v2. Consider dropping all IE support. |
Beta Was this translation helpful? Give feedback.
-
Ciao, your library is great,
|
Beta Was this translation helpful? Give feedback.
-
Thanks for great job. Your library is the "things that must have". In v2 I have one strange issue. If I include library in |
Beta Was this translation helpful? Give feedback.
-
I like your library! Do you have any recommendations on how to make it work for m3u8 files? |
Beta Was this translation helpful? Give feedback.
-
After looking the v1 site was inactive and the forum closed I'm glad to see this new version and I have just purchased a personal license. I'm currently testing so many new features and looking the best way to migrate my personal site from v1 to this one. Any hints about this? |
Beta Was this translation helpful? Give feedback.
-
I was using Thanks for nice work! |
Beta Was this translation helpful? Give feedback.
-
Any questions, ideas, suggestions about lightGallery v2
Beta Was this translation helpful? Give feedback.
All reactions