Jānis Skarnelis
Jānis Skarnelis
@Pixelous Sorry, it is not possible to give any ETA, it can change unexpectedly at any time.
Hi, Actually, I've been lately thinking about a CSS only solution, but since these may be breaking changes, I'm leaving it for v5.
Hi, Sorry, adding a border to content is not currently supported. But you can create a border effect using this snippet: ```CSS .fancybox__container .fancybox__content { box-sizing: content-box; padding: 1rem; background:...
@robfaas Sorry, I do not understand, there is no delay between click and zoom animation (unless you have defined double click event, in such case there is a delay to...
No, there is no delay. Maybe you think there is delay because you do not see start of the animation, because it is also changing opacity (because ratio of thumbnail...
That is why that demo has disabled zoom, so you do not see that quirk :) Long story short - I have spend years trying to find perfect solution to...
Hi, I like the idea about the prefix, I think I will add that as an option.
Honestly, naming was a very difficult decision. All common names are already taken (like Swiper), a random name would also confuse or would be hard to remember, `fa-` (or `f-`)...
I am going to change naming in v5. Which option would you prefer? Maybe there are other suggestions? ```CSS .FancyPanzoom {} .FancyPanzoom__content {} .FancyCarousel {} .FancyCarousel__slide {} .FancyBox {} .FancyBox__content...
Thanks for the suggestions. I will probably choose the simplest solution to add a prefix to all class names. Not sure which one to choose, maybe `f-` would be fine...