Jānis Skarnelis

Results 186 comments of Jānis Skarnelis

@mhinesStockDev The problem with this feature is how to combine it with grouping and swiping. If you would display single images, then it could be done like this - https://fancyapps.com/playground/2gS

Hi, Hash plugin grabs URL.hash and looks if any element has `data-fancybox` attribute with the same value. So, in order for this feature to work, your elements have to have...

btw, nothing prevents you from starting fancybox manually, e.g., you could either trigger click event on corresponding link or use `$.fancybox.open()` inside `$(document).ready()`

Hi, Sorry, there is currently no option for that.

Well, if you do not like current design, you can always change that using CSS (or even hide completely).

FYI, in future releases, navigation arrows will be hidden by default on mobile devices. I think that people are used that on mobile apps (Twitter, FB) there are no arrows...

Hi, Could you, please, create a simple demo on codepen/codesandbox/etc, it is just not possible to help you without anything to see/debug.

Hi, You could simply make inner wrapping element and make it scrollable instead of the main element.

Hi, Have you tried adding `data-selectable="true"` attribute to your html element?

If I understand you correctly, users would not be able to select any text inside your scrolling div, is that OK with you?