
Originally Posted by
The_Tominator
I have tried the modified script where you allow zooming out to 0.5
If you mean here:
Code:
magnifyicons: ['magnify.gif','magnify2.gif', 24,23], //set path to zoom in/out images, plus their dimensions
maxzoom: 4, //set maximum zoom level (from 1x)
As it says, from 1x. 0.5 is less than 1.
Anyways, I'd try leaving that part the way it was for now (as 4), and simply setting the dimensions of the image to the smaller size in this part (the on page HTML):
Code:
<div class="pancontainer" data-orient="center" data-canzoom="yes" style="width:400px; height:300px;">
<img src="http://i44.tinypic.com/1hezvm.jpg" style="width:700px; height:525px" />
</div>
If you want more help:
Please post a link to a page on your site that contains the problematic code so we can check it out.
Bookmarks