Arno Welzel

Results 309 comments of Arno Welzel

I can confirm this, happens here as well.

The fulltext apps work fine in NC 25 as well - just enable them manually to override the compatibility warning and activate them.

Update: my WordPress plugin now includes PhotoSwipe 5 offically and the specific branch for that does no longer exist. So just have a look here: PhotoSwipe 4: https://github.com/arnowelzel/lightbox-photoswipe/blob/main/src/js/frontend.js PhotoSwipe 5:...

@acwolff that's the reason why I added another comment.

I solved this by creating an image collection on my own instead of letting PhotoSwipe collect the images on its own and set "msrc" along with the "src" property in...

If anyone is interested in that: I created a plugin based on the ideas described here. See https://github.com/arnowelzel/photoswipe-fullscreen This is also used in my plugin [Lightbox with PhotoSwipe](https://wordpress.org/plugins/lightbox-photoswipe/) for WordPress....

@acwolff Using the plugin may be easier - just import one file and create the plugin: ``` import PhotoSwipeLightbox from 'photoswipe/dist/photoswipe-lightbox.esm.min.js'; import PhotoSwipeFullscreen from 'photoswipe-fullscreen/photoswipe-fullscreen.esm.min.js'; const lightbox = new PhotoSwipeLightbox({...

Due to an issue I had to investigate I also created a sample web page showing the use of the fullscreen plugin in HTML without WordPress: https://arnowelzel.de/samples/photoswipe5 Just make sure,...

> This does not work on an iPad, it shows no full screen button Safari (or any other browser as well) on iPad does not support fullscreen API. Edit: the...

> @arnowelzel as you can see in [this album](https://andrewolff.jalbum.net/PS_JustifiedGallery/), the implementation of @BilouMaster works on an iPad with Safari. > > It works only with Safari, not with Chrome or...