General
-
When the image is explanded, clicking on another element shrinks the image.
Additionally, you could do a time out or tie to a scrolling action of some sort.
107 votes -
Make a Video Container in the Similar Fashion
It would be very neat to have a video container (we use Flow Player or Youtube for the player) that works just like your image tool. Facebook has a video player similar, but yours would be better! = )
61 votes -
54 votes
-
Be able to load images dynamically (js or ajax)
When multiple images, load the next images on demand (saves bandwidth on initial page load)
43 votes -
38 votesplanned ·
AdminChristoph Schüßler
(Admin, jQuery.popeye) responded
Will add the option to open up.
-
add support to embed and object tags, and adding inline code
add support for object and embed tags, adding the choice to show youtube videos on enhance, for example.
This would be an excelent way to show code on enhance as well.
34 votes -
Basic API to set the currently selected image
It'd be nice if I could call an api method on the "popeye" jquery object to set the selected image from an external javascript call (e.g. button click, link click, etc.) or on the page load. The "setSelectedImageIndex()" method or whatever it might be called should make that image visible within the "ppy-stage" and update the "1 of 5" labels accordingly. Thanks for a great plugin!
20 votes -
19 votes
-
18 votes
-
A click callback event
So that when a user clicks previous or next, we can get a callback to execute.
15 votes -
14 votes
-
adjust height of container if thumbnails have different height
when the thumbnails have different sizes, it would be awsome, if the height of the thumbnail container would automatically change the height to the current active thumbnail height! :)
12 votes -
11 votes
-
Pick up images from an RSS feed
Sites like Flickr and Photobucket compile all images in a directory into an RSS feed, and there are third-party extensions that pull this information into an AJAX gallery, but none of the extensions released do far are as smooth looking and running as jQuery.popeye!
9 votes -
direction: 'auto'
Please add a direction: 'auto' value. So an author or publisher must not worry about the best space for his pictures. Popeye always chooses the best direction to show up the picture.
8 votes -
Caption text length bug
correct (if it's a bug) caption text not jumping to a new line fitting the box (despite deforming it)
8 votes -
7 votes
-
Modification to Library to Support Image Scaling in IE8 and Below
Thumbnail images whose sizes are larger then the inline styles get clipped in IE8 or older versions. They don't get scaled unless we modify your library. The style "background-size: contain;" applied to the displayed images works for all browsers except IE8 and below in scaling the image, preventing clipping. The method to get it working in IE8 and below:
Change the following:
var cssStageImage = {
backgroundImage: 'url(' + img[i].src + ')'
};To:
var cssStageImage = {
backgroundImage: 'url(' + img[i].src + ')', filter: 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'' + img[i].src + '\',sizingMethod=\'scale\')'
};And, change the following:
var cssStageIm = {
backgroundImage:… more6 votes -
working with shadowbox or lightbox
Hi everyone,
I think this script is very interesting, very functional and excellent construction. My interest is the implementation of this script with shadowbox or lightbox. It's possible to call this script with the functions lightbox or shadowbox (for exemple on a href rel="shadowbox") and let the Popeye scvript run as usual?Thank you in advance
Redyan
6 votes -
Crossfade
The current code fades out to the background color, loads the next image, then fades in.
It would be nice to (optionally) load the next image in the background first, then fade the top image out to create a crossfade effect.
6 votes