Hi
I'm using the Caitlin template, but have troubles with the header image. When I load the home page the first time, I sometimes see that the header image is displayed in wrong size (zoomed). After reloading the page it is always displayed correctly. Please refer to the attached screenshots.
I checked the html code and found for the wrong header:
<div id="vegas-slideshow" style="height: 411px;" class="vegas-container">...
Whereas for the correct header:
<div id="vegas-slideshow" style="height: 343px;" class="vegas-container">...
So it seems that the height is sometimes not correctly initalized to 343px as defined in the template (image height 275px + hornav 68px).
Do you have a solution to overcome this?
Moreover, the roules how to calculate the best fiting header image size are completely unclear to me. I intend to display a header image of 1024x275px. By trial and error I found that I can use an image of 2395x477px and a reasonable image section will be displayed. But it's really confusing as I don't see clear roules behind how the displayed image section is calculated.