|
|
|
Re:aspect ratio for thumbnail is not preserved 8 Months, 2 Weeks ago
|
Karma: 69
|
|
What version of your minifp? is it for J! 1.0 or J1.5?
|
|
|
|
|
|
|
It\'s not that we\'re so smart. It\'s just that we stay with problems longer.\" ~Albert Einstein
|
|
|
|
|
|
|
Re:aspect ratio for thumbnail is not preserved 8 Months, 2 Weeks ago
|
|
|
joomla 1.5
using latest version of mini frontpage
(which love by the way)
THANKS!
|
|
|
|
|
|
|
|
|
|
|
Re:aspect ratio for thumbnail is not preserved 8 Months, 2 Weeks ago
|
Karma: 0
|
|
Hi,
the same problem. I have set the Thumbnail Image size with 250x180 px, but I have an image with the size of 250x100px. When it loads first everything is ok, but if I refresh the page it displays it expands to the size of 250x180. I've checked the generated thumb size, it is correct, 250x100px. Could you help what to do?
Joomla 1.5 and the latest MFP.
BabakZ
|
|
|
|
|
|
|
|
|
|
|
Re:aspect ratio for thumbnail is not preserved 8 Months, 2 Weeks ago
|
|
|
Any luck?
|
|
|
|
|
|
|
|
|
|
|
Re:aspect ratio for thumbnail is not preserved 8 Months, 2 Weeks ago
|
Karma: 0
|
|
I've changed the helper.php line 257(?)
$size = 'width="'.$wdth.'" height="'.$hgth.'"';
with
$size = 'width="'.$wx.'" height="'.$hy.'"';
and it seems to work
|
|
|
|
|
|
|
|
|