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]
It happened to me too.
I made a custom layout to just put the "order" button bellow the images.
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.
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.
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.
thank you bytelord :)