Slideshows busted
jfriend
Registered Users Posts: 8,097 Major grins
Large slideshows are not displaying proper sizes for their images. If you look at my homepage: http://jfriend.smugmug.com/, you will see that many of the images are cut off on the top and bottom. The flash slideshow used to pick an appropriate size for the image so that it would fit in the container and now it is no longer doing that. Others are seeing the same problems. Something is now seriously wrong with lots and lots of people's homepages.
I happen to be using the stretchy slideshow customization, but all it does is position and size the flash container before it is created and initialized. The picking of the image sizes is entirely up to Smugmug's flash.
So, why did this change? Can it be fixed so that slideshow images are properly sized again? This is a pretty serious problem for many people's homepages who are using custom sized slideshows.
I happen to be using the stretchy slideshow customization, but all it does is position and size the flash container before it is created and initialized. The picking of the image sizes is entirely up to Smugmug's flash.
So, why did this change? Can it be fixed so that slideshow images are properly sized again? This is a pretty serious problem for many people's homepages who are using custom sized slideshows.
--John
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
0
Comments
Portfolio • Workshops • Facebook • Twitter
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
The slide show didn't change, but it looks like we might have a bug in the code it relies on. It's asking for custom sized images from our backend, but in certain circumstances we're returning images larger than what it asked for.
The pattern SEEMS to be: the image comes from a gallery that is marked as X3 being the largest allowed display size AND the requested image is larger than 960x960. Changing either of those parameters appears to work around the issue. We'll get it sorted out on the backend.
http://wall-art.smugmug.com/
P.S. Sounds like a great test case for an automatic test script as this isn't the only time something has broken on custom image sizes.
I've dropped my slideshow gallery to X2 to work around it in the meantime, but I'd like to get it back to X3 when I can.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
http://wall-art.smugmug.com/
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question