Jānis Skarnelis

Results 205 comments of Jānis Skarnelis

Sorry, I do not understand the question. What do you have in mind? btw, another trick is to pass a method as an option, example: ```js Fancybox.bind('[data-fancybox]', { compact: false,...

To be honest, the script just binds `mousemove` event and I am not sure (I might not remember it correctly, I wrote that part quite some time ago), but think...

@sjd23 If you have not noticed, this is a completely different project. Fancyapps UI is the successor of the Fancybox project, it was written from scratch and has already been...

Hi. Thanks for the reporting, but the Hash module is deprecated and will be removed in the next major version.

You see, the problem is that there is no "user presses the back button" event or concept at all. You can only try to observe some events and try to...

Hi, Sorry, but could you clarify your question? It would be great if you could describe step by step what is happening on each action, and what would you like...

Well, the idea of Fancybox (or any similar lightbox-type script) is that you point to the full size image. When the image is loaded, it is displayed resized, if needed....

The idea is that you use `srcset` to choose the most appropriate full image size. For example, if your original image is 4032px wide, it's quite cumbersome to view it...

Are you really 100% sure PhotoSwipe works exactly as you imagined? Maybe I am missing something, but it actually works the same as Fancybox, except it does zoom animation on...

Hi. Thanks for the suggestion, it will be taken into account!