From b215271c579f51e137719a95bbc982d668e3f445 Mon Sep 17 00:00:00 2001 From: JonathanBesson Date: Wed, 2 Oct 2013 09:28:32 +0200 Subject: [PATCH] Update jquery.slides.js I have just added a new "mode". We can put more than one image in a div area. They are resize automatically. I guess :), hopefully in my website it's work fine! --- source/jquery.slides.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/jquery.slides.js b/source/jquery.slides.js index f5b2d27..410154b 100644 --- a/source/jquery.slides.js +++ b/source/jquery.slides.js @@ -215,6 +215,9 @@ height = (this.options.height / this.options.width) * width; this.options.width = width; this.options.height = height; + $(".slidesjs-control img").css({ + height: (height-this.options.spanHeight) + }); return $(".slidesjs-control, .slidesjs-container", $element).css({ width: width, height: height