[Plugin: WP-ImageFlow2] Focus image size
-
Thanks for great plugin π Very simple to use and nice after implement.
But I have a question, that I need resize focus image, now it’s too small so there is some layout trouble with our website. I’ve known edit line
var z = Math.sqrt(10000 + x * x)+100;
but after that, image align seems to be out of center, then our slide to0 bad. I also tried to increase size of image by adding these lines to default case in /* Change zIndex and onclick function of the focused image */ :
image.style.height = new_img_h + 50 + ‘px’;
image.style.width = new_img_w + 50 + ‘px’;
but the slide also increase height so our content below slide is covered.
Is there any solution for us π
Thanks and best regards!
The topic ‘[Plugin: WP-ImageFlow2] Focus image size’ is closed to new replies.