VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: niceguy167 on July 30, 2012, 20:44:19 PM

Title: Upgrade from 2.0.0 to 2.0.8b -> Product Images Huge "SOLVED"
Post by: niceguy167 on July 30, 2012, 20:44:19 PM
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]
Title: Re: Upgrade from 2.0.0 to 2.0.8b -> Product Images Huge
Post by: BinaryCrash on July 30, 2012, 21:49:57 PM
It happened to me too.
I made a custom layout to just put the "order" button bellow the images.
Title: Re: Upgrade from 2.0.0 to 2.0.8b -> Product Images Huge
Post by: niceguy167 on July 31, 2012, 23:38:19 PM
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.
Title: Re: Upgrade from 2.0.0 to 2.0.8b -> Product Images Huge "SOLVED"
Post by: niceguy167 on August 12, 2012, 13:30:45 PM
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.
Title: Re: Upgrade from 2.0.0 to 2.0.8b -> Product Images Huge "SOLVED"
Post by: bytelord on August 12, 2012, 15:06:30 PM
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.
Title: Re: Upgrade from 2.0.0 to 2.0.8b -> Product Images Huge "SOLVED"
Post by: niceguy167 on August 17, 2012, 09:01:44 AM
thank you bytelord :)