nnbr01
09-22-2010, 09:41 PM
1) Script Title:
ddpowerzoomer.js
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex4/powerzoomer.htm
3) Describe problem:
Hi, first, thanks for ddpowerzoomer but I cant integrate with bxGallery.
bxGallery looks for an #ID or Class and builds a simple gallery.
<ul id="gal">
<li>
<img src="myimg.jpg" />
</li>
<li>
<img src="myimg2.jpg" />
</li>
....etc
</ul>
I'm trying to add zoom to the main img of this gallery.
I've tried:
$('#gal img' ).addpowerzoom({
$('li#logo img' ).addpowerzoom({
$('.zoom' ).addpowerzoom({
But doesn't work.
Thanks !!
Can somebody help me?:confused:
ddpowerzoomer.js
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex4/powerzoomer.htm
3) Describe problem:
Hi, first, thanks for ddpowerzoomer but I cant integrate with bxGallery.
bxGallery looks for an #ID or Class and builds a simple gallery.
<ul id="gal">
<li>
<img src="myimg.jpg" />
</li>
<li>
<img src="myimg2.jpg" />
</li>
....etc
</ul>
I'm trying to add zoom to the main img of this gallery.
I've tried:
$('#gal img' ).addpowerzoom({
$('li#logo img' ).addpowerzoom({
$('.zoom' ).addpowerzoom({
But doesn't work.
Thanks !!
Can somebody help me?:confused: