Arno Welzel

Results 309 comments of Arno Welzel

I am sorry, but I do not understand exactly what the issue is about. There is no "download" to click in PhotoSwipe 5, so this would first have to be...

Yes handling images which are added to the DOM is indeed already solved by adding a handler in the frontend script long ago: https://github.com/arnowelzel/lightbox-photoswipe/blob/5.0.4/src/js/frontend.js#L470-L486 https://github.com/arnowelzel/lightbox-photoswipe/blob/5.0.4/assets/ps5/frontend.js#L467-L483 However this only works if...

> Since I wanted it to show a download button, I switched to Phtoswipe 4, and when I clicked the download button, the browser didn't download the image directly, but...

Yes, the image links (not the images, its the links to the images which are important) need certain attributes to be usable. These are normally added by my plugin to...

> Could you please consider adding a thumbnail button in Photoswipe 5? Just like [this](https://pic.ihooai.com/test/1666886015384.jpg) I searched for a long time to find this function in this [plugin](https://wordpress.org/plugins/fancybox-for-wordpress/). This is...

This looks dangerous to me, since the constructor of `LightboxPhotoSwipe\LightboxPhotoSwipe` also registers filters and hooks for activating and deactivating the plugin and I don't know what happens if the same...

No, videos with a custom player for that are not planned anytime soon. PhotoSwipe does not support videos and adding this is not a simple task since this would involve...

First try to parse EXIF data using PHP itself did not work very well since this is way too slow (and one of the reasons why there is an extension...

Mouse clicks inside the image are already used to zoom.

Yes, because is not implemented yet. This issue only describes how it _could_ be done for future versions, not how it _is_ at the moment. Everybody is invited to provide...