Turn off magnifier?

Is there a quick way to turn on/off the product image magnifier?

3 answers

Profile photo of Ziven Staff 100280.00 $tone October 16, 2014
Public

Please go to the file: app\design\frontend\default\jm_casualtemplate\cat alog\product\view\media.phtml at line 110,

And remove or comment the code:

Code:

<script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jquery.elevatezoom.js');?>"></script>

<script type="text/javascript">// <![CDATA[
	jQuery("#image").elevateZoom({
		scrollZoom 				: false,
		borderColour 			: "#e7e7e7",
		tintColour 				: "#e7e7e7",
		zoomWindowWidth 	: 420,
		zoomWindowHeight 	: 570,
	});	
// ]]></script>
#1
Profile photo of Mark Porter 240.00 $tone October 16, 2014
Public

Most wonderful!!! If this template was being used for clothing or related products the magnifier would be ideal. But in our case the magnifier isn’t really necessary. Thank you.

#2
Profile photo of Ziven Staff 100280.00 $tone November 11, 2014
Public

Hi Mark,
Thanks for suggest from you. We will see and have plan for next theme.
Hope you will continue like theme from us.
 
Best regards.
Ziven.

#3

Please login or Register to Submit Answer

Written By

Comments