NesianStyle
Member
Posted 3 years ago #
Hi,
I'm looking for a simple widget/plugin that will rotate images at a specified interval .
I have one already but it's not quite what I want as it shrinks then expands instead of staying constant, you can see it here on the sidebar http://tinyurl.com/o44sw4
Does anyone have a better solution or if you know how i could make the page not shrink and expand while the image is being rotated, please let me know.
Thanks
make your <div class="Block">'s height static/fixed.
Making the height of Block fixed will break the rest of your sidebar.
In style.css add,
#image_flicker {
min-height: XXXpx;
}
where XXX is the size of your average or largest picture.
NesianStyle
Member
Posted 3 years ago #
Thank you for you help, the CSS fix worked perfectly.
Now for another question, the first image doesn't actually load so nothing appears although the writer said that it was a bug in the script and that it had been fixed, it doesn't look as that's the case.
Would anybody know how I get an image to display straight away?
I got the script from here: http://wordpress.org/extend/plugins/image-flicker/
Thanks.