BipadTaranMahato / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

Ken Burns: resize:false not working? #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Note: If this is a troubleshooting or help question, please first look in
the FAQ (http://bit.ly/ny4EG), search in the Google Group
(http://bit.ly/2Ph5h) and post your question there!

This form is only for technical issues or bugs, thank you. If you post a
troubleshooting question here you will NOT receive help.

What steps will reproduce the problem?
1. in the script, set the slideshow type to Slideshow.KenBurns
2. in the kenburns.js file, set the resize option to false
3. run the project

What is the expected output? What do you see instead?

I would expect that my images would not be resized. What appears to happen is 
that the width of the image is doubled, while the height is not resized.

What version of the product are you using? On what operating system and
browser?

I downloaded the latest version of Slideshow2 on Friday. I'm working on Windows 
XP and IE8.

Please provide any additional information below.

Original issue reported on code.google.com by juri...@gmail.com on 21 Jun 2010 at 6:04

GoogleCodeExporter commented 9 years ago
The very nature of a ken burns style slideshow (panning and zooming) is such 
that resizing would be required. In fact if you look in the initialization of 
the kenburns.js it overrides any optional resize value set by the user to force 
resizing. If you attempt to force no resizing, I do not think the behavior of 
the plugin would be reliable.

Original comment by aeron.gl...@gmail.com on 11 Jul 2010 at 3:50