Because I have random image sizes in my slideshow the block keeps re-sizing, whick in-turn moves the other blocks on that side of the page.
is it possible to set a fixed block size?
Because I have random image sizes in my slideshow the block keeps re-sizing, whick in-turn moves the other blocks on that side of the page.
is it possible to set a fixed block size?
Comments
Comment #1
cluke009 commentedI am having a similar problem. Except I just want to completely remove the initial easing animation. I am looking through the functions but my javascript is still not that strong. Any suggestions?
Comment #2
jlg commentedComment #3
ComputerWolf commentedIf you want a fixed size and are familiar with php and css at all is this:
In couloir_slideshow.module and locate this code:
And add another DIV around the OuterContainer like so:
And then in /css/couloir.css add:
And make sure you set the correct dimensions that you want it fixed to. I have not tested this, so it may not work as expected, let me know if you need anymore help.
Comment #4
ruess commentedThis was very helpful thanks!