Where do I adjust the image size on the product/item page?
design->template->edit
Thanks!!
Is there a way to turn off the magnify picture on the item page?
yes.. just comment
transform: scale(1.2, 1.2);
in style.css line 1124
to comment, is it # or ;
I changed to this:
/* transform: scale(1.2, 1.2); */
with no luck....
do not forget about browser cache.