1
0

Bugfix for using resized images instead of full sized.

This commit is contained in:
rWatcher 2009-08-22 00:51:02 -04:00
parent a24bb6aef5
commit d073d4cc5a

View File

@ -54,8 +54,8 @@ class MiniSlideShow_Controller extends Controller {
}
if (module::get_var("minislideshow", "use_full_image") != "") {
$slideshow_params = $slideshow_params . "&useFull=true";
if (module::get_var("minislideshow", "use_full_image") != "2") {
$slideshow_params = $slideshow_params . "useResizes=true";
if (module::get_var("minislideshow", "use_full_image") == "2") {
$slideshow_params = $slideshow_params . "&useResizes=true";
}
}
if (module::get_var("minislideshow", "delay") != "") {