How to use jQuery zoom plugin on attached images?
-
Hi everybody! I need help with my WP Theme. In my articles I use only attached images. So I made a product slider that automatic load images from attach to this product slider.
To display image I use:
<?php echo wp_get_attachment_image($product_image->ID, array(350, 250)); ?>
But this function also create some div-elements in which the image is displayed. So I can’t do just add a needfull class to image as jQuery zoom plugin requires. Can anybody help me? I just want to use some of these zoom plugins.
- The topic ‘How to use jQuery zoom plugin on attached images?’ is closed to new replies.