When in Firefox my slide show shows the correct size but in IE it stay the same size no matter what changes I make???
Also I am wondering how I could possible place the slide who in a block?
Finally I am wondering if there is a way to customize each individual slide show?

CommentFileSizeAuthor
#3 ssp.module.patch3.07 KBzorp

Comments

Ickx’s picture

Same problem here.
Maybe a CSS issue?

Any help would be highly appreciated!

Example:
http://www.atelierbourdrez.nl/dakterras

twsanders’s picture

Priority: Normal » Critical

Just for everyone's info I did find out that if you use Firebug in Fire fox and copy the code that is created to show your SSP to another node you can control the size of each show and the problem with the SSP showing different in IE & Fire fox goes away. But the problem you have to create the SPP node then inspect it, copy the code to a new node and then it works. So this may be a work around but I do thinks it is unnessary. Thanks hope this helps figure out this problem!!

zorp’s picture

Title: Resize Problem » Resize Problem - IE showing only default size
Component: Miscellaneous » Code
StatusFileSize
new3.07 KB

This issue is due to the fact that Firefox use the embed tag and IE don't it use the object tag.
In ssp.module width and height are hardcoded into the object tag and therefor don't use the width and height from settings.

Attached patch will fix this problem.

kylebrowning’s picture

I have commited this fix, thanks!

kylebrowning’s picture

Status: Active » Closed (fixed)