Title: Slideshow
Last modified: August 20, 2016

---

# Slideshow

 *  [mako2](https://wordpress.org/support/users/mako2/)
 * (@mako2)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-32/)
 * Hello
 * Can the photos be set up to rotate automatically as a slideshow?
 * Thanks
 * [http://wordpress.org/extend/plugins/zwoom-woocommerce-product-image-zoom-extension-by-wisdmlabs/](http://wordpress.org/extend/plugins/zwoom-woocommerce-product-image-zoom-extension-by-wisdmlabs/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [WisdmLabs](https://wordpress.org/support/users/wisdmlabs/)
 * (@wisdmlabs)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-32/#post-3534789)
 * Hello mako2,
 * There is a way to make the slideshow rotating automatically.
 * To make it possible, you will need to make changes in ‘swap_images.js’ file which
   resides in zwoom plugin’s directory.
 * In ‘swap_images.js’ change the following line:
 * `jQuery('.bxslider').bxSlider({speed: 800, setWrapperwidth: jQuery(".images").
   width(), setChildrenWidth: (parseInt(object_name.thumbnail_image_width)), moveSlideQty:
   1, prevImage: object_name.previous_image , nextImage: object_name.next_image,
   hideControlOnEnd: true, infiniteLoop: false, distanceBetweenControlImages: 20});`
 * with
 * `jQuery('.bxslider').bxSlider({speed: 800, setWrapperwidth: jQuery(".images").
   width(), setChildrenWidth: (parseInt(object_name.thumbnail_image_width)), moveSlideQty:
   1, prevImage: object_name.previous_image , nextImage: object_name.next_image,
   hideControlOnEnd: true, infiniteLoop: false, distanceBetweenControlImages: 20,
   auto:true});`
 * Making above changes will make slider rotate automatically but that will only
   rotate images in slider and it will not automatically change image in main image
   box as slider rotates.
 * Thanks,
    WisdmLabs

Viewing 1 replies (of 1 total)

The topic ‘Slideshow’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/zwoom-woocommerce-product-image-zoom-
   extension-by-wisdmlabs_aeb0b1.svg)
 * [ZWoom - WooCommerce Product Image Zoom](https://wordpress.org/plugins/zwoom-woocommerce-product-image-zoom-extension-by-wisdmlabs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/zwoom-woocommerce-product-image-zoom-extension-by-wisdmlabs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/zwoom-woocommerce-product-image-zoom-extension-by-wisdmlabs/)
 * [Active Topics](https://wordpress.org/support/plugin/zwoom-woocommerce-product-image-zoom-extension-by-wisdmlabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zwoom-woocommerce-product-image-zoom-extension-by-wisdmlabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zwoom-woocommerce-product-image-zoom-extension-by-wisdmlabs/reviews/)

## Tags

 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)

 * 1 reply
 * 2 participants
 * Last reply from: [WisdmLabs](https://wordpress.org/support/users/wisdmlabs/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-32/#post-3534789)
 * Status: not resolved