BilouMaster Joke
BilouMaster Joke
Only few browsers supports TIFF format, and even if they did support, I would en not recommend to use it because those are heavy files sometime
`arrowKeys` is an option to enable or disable keyboard navigation. To remove the arrow buttons, try: ``` arrowPrev: false, arrowNext: false ``` It works for removing the `zoom` and `close`...
> > To remove the arrow buttons, try: > > > > ``` > > arrowPrev: false, > > arrowNext: false > > ``` > Yes, that works too, but...
Yup, but we still can hide the ui elements with a single tap on screen. :) I like that feature
Hm, I haven't checked on iPhone, you are right, it's not supported. A solution may be to wrap the "uiRegister" part with an if statement like: ```javascript if (fullscreenAPI) {...
> It shows the button in Firefox on my iPad, which is incorrect, because the fullscreen function is not working there Ok then maybe we should use `document.fullscreenEnabled` instead of...
No more "could not be loaded" on [my gallery](https://biloumaster.fr/gallery/)! 👌 But still firing the same error [on the demo site](https://photoswipe.com/v5/docs/getting-started/), yet. (maybe the changes doesn't show for now)
The [demo site](https://photoswipe.com/v5/docs/getting-started/) is not working yet because it loads [photoswipe.esm.js](https://photoswipe.com/v5/photoswipe/photoswipe.esm.js) v 5.0.0 and [photoswipe-lightbox.esm.js](https://photoswipe.com/v5/photoswipe/photoswipe-lightbox.esm.js) v 5.0.1 🙃 There's only that to change, otherwise I think you can close the...
By changing the z-index of the arrows or the caption in the css
Oh, maybe the scrollbar can't be overlapped by other elements, you should adjust your caption position, it would be better for accessibility too