$.ionPhotoZoom('.gallery-1', {
skin: "dark-red", // set skin
fixed_size: 0, // limit image size
controls_position: "right", // move controls to center
limit: 3, // images limit on screen to 3
autoplay: 10 // autoplay with speed 10s
});