mvlcek Wrote:Can you be more specific as to your settings? I just tried it and I even get heights, if I do not specify any dimensions in the settings.It looks like this problem showed up in theme I develop, as I declared a relative position for all divs globally.
But still css height isn't an integer value.
Look at the bottom of this page: http://getsimple.wujitsu.pl/bluebusiness...n-galllery
Generated CSS for gallery containers:
Quote:#gallery-cycle-slidedshowcycle.gallery-cycle .gallery-container {After deleting ",33333333" divs are being rendered as supposed.
width: 1024px;
height: 1109,33333333px;
position: relative;
}
#gallery-cycle-slidedshowcycle.gallery-cycle {
width: 1024px;
height: 1109,33333333px;
}
I suppose code responsible for generating css height doesn't work properly, and the value is not an integer type.
Gallery options are almost default. Screenie in attachment.
edit: I looked at the thing once again. The slider seemed to be ok under innovation theme until I realized that I disabled loading jquery with i18n. After enabling it, images disappeared due to invalid width/height.
Replacing $w + $tw : $w; with intval($w + $tw) : intval($w) solves the problem. Resizing images with cropping does the job too.
Addons: blue business theme, Online Visitors, Notepad