ui icon indicating copy to clipboard operation
ui copied to clipboard

A library of JavaScript UI components, includes the best lightbox - Fancybox5

Results 109 ui issues
Sort by recently updated
recently updated
newest added

Hello Right now when images are lazy loaded in a carousel they just appear. Is there a way to fade them in? I.e. when the image is loaded a class...

When trying to import css: ``` import "@fancyapps/ui/dist/fancybox.css"; ``` I'm getting error ``` ./node_modules/@fancyapps/ui/src/Fancybox/Fancybox.scss (./node_modules/css-loader??ref--2-1!./node_modules/postcss-loader/lib??ref--2-2!./node_modules/sass-loader/lib/loader.js??ref--2-3!./node_modules/@fancyapps/ui/src/Fancybox/Fancybox.scss) Module build failed (from ./node_modules/postcss-loader/lib/index.js): BrowserslistError: Unknown browser query `dead` ``` .browserslistrc: ``` >0.2% ```...

I'm using wordpress and can't add the **data-fancybox** attribute to links, so I use **class="fancybox-image"** with them. But I haven't found a way to show the hash in the URL...

Hi, This issue only shows up on mobile. Essentially we wanted a button that people could click to view info about the image, so I created one in the caption,...

### Describe the bug Hi, 5.0.34 introduced this style: ```css .fancybox__container *:empty { display: block; } ``` Is this required style? Because by default it has higher specifity than base...

needs triage

### Is your feature request related to a problem? Please describe. Good afternoon. pauseOnHover resets the time on the progress bar. How can I make it pause and not reset?...

enhancement

I've disabled all animations in my code except for the zoom in/out animation. Can anyone provide assistance, please? `Fancybox.bind('[data-fancybox]', { showClass: false, hideClass: false, Thumbs: false, contentClick: "iterateZoom", Images: {...

enhancement

### Describe the bug Only when the image is scaled, the image will flicker and some areas of the image will show up as transparent for a few hundred milliseconds...

needs triage

### Describe the bug Fancybox v5.0.22 does not display controls for html5 videos in Safari 15.6. At the same time, everything is fine in Safari 16.5. ### Reproduction Follow the...

needs triage

When using `data-srcset`, zooming zooms into the currently selected source of the `srcset`. If the source sizes are judiciously selected, the image is already appropriately sized for the viewport, so...

enhancement