News:

Support the VirtueMart project and become a member

Main Menu

Upgrade from 2.0.0 to 2.0.8b -> Product Images Huge "SOLVED"

Started by niceguy167, July 30, 2012, 20:44:19 PM

Previous topic - Next topic

niceguy167

I too have made the jump from 2.0.0 to 2.0.8b then c and now e
i was able to get all images back and running the only thing is that
In the product details page the 1st image takes up most of the background of the details page and does not show a nice thumbnail like before
where the user can click them and see a bigger image.
I attached an example of what it is doing
It shows the thumbnails at the bottom but just uses the first image as a background picture for some reason
Thanks for any help
Steven

[attachment cleanup by admin]

BinaryCrash

It happened to me too.
I made a custom layout to just put the "order" button bellow the images.

niceguy167

What about the huge image that takes over the page?
Is there a way to re-size that so that it does not look so bad?
Thanks for the help.

niceguy167

all i had to do to fix this issue is add the following line of code to the bottom of my main template css file

img.medium-image {width:auto; height:auto; max-width:100%;}

Thanks
Hope this helps other users with the same problem.

bytelord

Hello,

The actual solution is here: http://forum.virtuemart.net/index.php?topic=106208.msg354589#msg354589
use the displayMediaThumb in product details template instead of full image.
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!