Issue information
-
#035480
-
Fixed
-
4.2.0
-
4.2.2
-
1 - Low
Issue Confirmations
-
Yes (1)No (0)
$return = $img->resizeImage( $this->settings['gallery_medium_width'], $this->settings['gallery_medium_width'] );
That is in /admin/applications_addon/ips/gallery/sources/classes/gallery/image.php
Shouldn't that be
$return = $img->resizeImage( $this->settings['gallery_medium_width'], $this->settings['gallery_medium_height'] );
1 user(s) are reading this issue
0 members, 1 guests, 0 anonymous users











