gcnsean
Member
Posted 2 years ago #
I am using Wootheme's Gazette version 2.0.9 and the Homepage Carousel is giving me trouble.
The images are 595x270 but for some reason they automatically upscale to 930x270. It makes the images on the Carousel look stretched out, yet when you click to move from feature to feature the image quickly goes back to 595x270 before the next image.
Does anyone know how to fix this... Maybe editing the PHP??
And the Wootheme forums is NO HELP... so hopefully someone can help me out here...
Thanks in advance...
gcnsean
Member
Posted 2 years ago #
It is a test website for an upcoming page. I also have another website that uses the same version and it also has problems. This happens in Explorer, Firefox and Chrome.
Any help would greatly be appreciated...
gcnsean
Member
Posted 2 years ago #
I've checked with FF3 and IE8 and I couldn't see any image stretching. Couldn't see anything obvious in your CSS either.
catfish86
Member
Posted 2 years ago #
My site used to have that problem too...
http://www.chikorean.com
turns out that my javascript was disabled and was causing errors on my page.
esmi is right, I can't see anything wrong with it now either.
cdogstu99
Member
Posted 2 years ago #
I'm having a similar issue here: http://mba365.com/
Can anyone tell me how to stretch the image to fit the entire area and then remove the arrows and have the images automatically scroll?
Theiceman6
Member
Posted 2 years ago #
Well Gazette theme have many problems why are you asking here ? if you have a Valid Licence go and ask wootheme support for help.
cdtavijit
Member
Posted 2 years ago #
Its at the styles.
Under the theme folder styles.css
go to the last line - or the line that says
.full {
width:930px;
}
change it to
.full {
width:595px;
}