Feature Requests & Ideas
Share your ideas on how PhotoSwipe can be improved. To report bugs please use GitHub. If you have questions regarding implementation use StackOverflow.
-
Problem with checkbox and radio input
I need for a work to use checkbox and radio input and still use Photoswipe but this inputs are disabled in Photowsipe...
Why ??
Can I reactivated this inputs ?1 vote -
provide a list of item array properties
I would like to have (or know where there is) a list of properties that can be added to the items array. for example, the demo talks about the "author" property and says you can add more in that section, but what can be added? How would I know that title: meant caption, etc. I'm sure its in the documentation somewhere but I can't find it.
1 vote -
More access to internal data
I think many of us would benefit from this.
I get it that it keeps only 3 slider in html. But we could really use those:
gallery.nextItem - object with the next item in array - same with prevItem
gallery.nextItemElement - dom element bound to the nextItem - same with prevItemElement
gallery.nextItemElementIndex - index of the element in dom 0/1/2
I have static elements that needs to be added on each slide and those elements must slide with the photo, not be fixed like the photo counter.. I've added some extra js to work this thing out but it would…
1 vote -
jQuery Mobile compatibility
I would like to see a version compatible to jQuery Mobile.
Because both CSS use classes like "ui-btn" they don't play along very well. It disturbs the UI quite a bit.1 vote -
Captions didn't update if accidentally clicked on pictures [solved]
Comment the lines In photoswipde-ui-default in this method:
ui.update = function() {
// Don't update UI if it's hidden
// the lines commented in this function prevent a bug where the captions wouldn't update if clicked anywhere on the pictures or captions.
// if(_controlsVisible && pswp.currItem) {ui.updateIndexIndicator();
if(_options.captionEl) {
_options.addCaptionHTMLFn(pswp.currItem, _captionContainer);_togglePswpClass(_captionContainer, 'caption--empty', !pswp.currItem.title);
}_overlayUIUpdated = true;
// } else {
// _overlayUIUpdated = false;
// }if(!_shareModalHidden) {
_toggleShareModal();
}_countNumItems();
};3 votes -
Pagination or Load More option for large galleries
An option to load an X amount of images at a time would be useful for those large galleries.
5 votes -
Anything that might be localized (text, url's) should be taken out of the .js files
Anything that might be localized (text, url's) should be taken out of the .js files. Not sure what is the better implementation, but may allow us to use json to "feed" the data into the appropriate classes and functions?
1 vote -
add .webp image format
how is possible that?
i have enable .webp format inside my wp - but photoswipe cant see any .webp images - and so i cant serve a lot of images.When we have the pleasure to see that?
1 vote -
Is it possible to add the caption on the thumbnail
Can yo add the caption to the thumbnail image.
4 votes -
Built in option to close modal after last slide
Pretty sure this doesn't exist at the moment, and I think this would be a good addition.
3 votes -
Image Selection
Allow the user to select an image in the gallery rather than view a larger version.
http://neptunian.github.io/react-photo-gallery/examples/selection.html
7 votes -
Next a previous image in gallery partially view on actual image view
The idea is bassically remplace the navigatiosn buttons for % of next and previous image, so the user can see a bit of what's next
15 votes -
Groups
Add groups like fresojs does
1 vote -
Vue component
It would be useful to release PhotoSwipe library as ready-to-use Vue.js component.
42 votes -
在放大模式下可以根据图片索引跳转到指定图片
比如幻灯片一组有20张图片,我可以在放大的页面上根据索引,跳转到指定的那张图上
2 votes -
Option to move the controls to bottom bar?
I use a theme with a sticky main menu that expands down. The Photoswipe controls end up under and can't be reached. An option to move the controls to the bottom bar?
2 votes -
Option for specify the order in which images are downloaded
We have several photoswipe gallery on the page with one visible "main" image. We want to load this "main" images as fast as possible for a good user experience. But now images are loading in standart order as they are placed in the page html-code.
It would be nice to have the opportunity to download the "main" pictures first, and then all the other pictures of photoswipers.
Thanks.
1 vote -
76 votes
-
I would like to combine multiple instances of div class="my-gallery" on one page into a single gallery
... such that it is possible to scroll thru the combined gallery.
Example: http://www.zimmer-chiemsee.de/de/ferienwohnung_4.php7 votes -
Clearer controls
1) left/right controls are rather small
2) left/right controls are currently invisible when touch is enabled, on new Windows touch enabled laptops, this may cause:
a) controls sometimes disappear when using the laptop as a normal laptop
b) windows does not change between tablet and desktop mode until web page is closed [amazing "design" "feature" by Microsoft but apparently true]Even on a small mobile device, a visual indication that it is possible to advance or go back may be better than no indication at all.
This is all mitigated if the solution to show thumbnails at the bottom of…
7 votes
- Don't see your idea?