1
on my page httl://www.cavsworld.com I am using the scrolling image block for the XCGallary module. I just noticed the right half of the picture is clipping. I think I tracked it to this line
scroller1 = new scrollerObj(0,0,125,<{$block.wh}>,"center","holder");
of xcgal_block_scroll.html in /modules/xcgal/templates/blocks
My thumbnails are actually 200 pixels wide. I tried changing htat line to
scroller1 = new scrollerObj(0,0,200,<{$block.wh}>,"center","holder");
and do have "Update module template .html files from themes/your theme/templates directory?" set to yes, but the images continue to clip.
Anyone know what's going on?