You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getProductImages method simply gets images from a prop passed on to ProductZoomer parent component and returns it in a format required for ProductZoomer
zoomerOptions: {
zoomFactor: 3, // scale for zoomer
pane: 'pane', // three type of pane ['pane', 'container-round', 'container']
hoverDelay: 400, // how long after the zoomer take effect
namespace: 'zoomer', // add a namespace for zoomer component, useful when on page have mutiple zoomer
move_by_click:false, // move image by click thumb image or by mouseover
scroll_items: this.productImages && this.productImages.length, // thumbs for scroll
choosed_thumb_border_color: "#bbdefb", // choosed thumb border color
scroller_button_style: "line",
scroller_position: "bottom",
zoomer_pane_position: "right"
}
The text was updated successfully, but these errors were encountered:
I'm getting this error as soon as I hover over an image in the scroller after I click on either left or right arrow.
getProductImages
method simply gets images from a prop passed on to ProductZoomer parent component and returns it in a format required for ProductZoomerThe text was updated successfully, but these errors were encountered: