Gokk
11-26-2009, 09:09 PM
Hi there,
I'm new, don't know much and need help.
I'm using Jquery Magnify script, works fine with 6 photos, but stops responding with 19 or less, here's the code:
Head:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="jquery.magnifier.js">
/***********************************************
* jQuery Image Magnify- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
Body:
<img src="images/slinceki/1.jpg" class="magnify" data-magnifyby="5.18" style="width:77px; height:100px" />
Is there a limitation in number of photos?, maybe magnifying factor of: 5.18 is problem?
Thanks in advance.
I'm new, don't know much and need help.
I'm using Jquery Magnify script, works fine with 6 photos, but stops responding with 19 or less, here's the code:
Head:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="jquery.magnifier.js">
/***********************************************
* jQuery Image Magnify- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
Body:
<img src="images/slinceki/1.jpg" class="magnify" data-magnifyby="5.18" style="width:77px; height:100px" />
Is there a limitation in number of photos?, maybe magnifying factor of: 5.18 is problem?
Thanks in advance.