Picture Zoom not available for Phone and Tablet

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemePicture Zoom not available for Phone and Tablet

This topic has been marked as resolved.

Hi,

I noticed that the photo “zoom in” function is not working for smart phone such as iphone, and tablet. Also notebook with touch screen.

Is it possible to enable the function? As we would like our customer to see in detail of our products.

Thanks.

Eddie

June 17, 2015 at 8:00 am #41511

Hi Eddie,

As zoom requires hover, we’ve deliberately disabled it for touch devices. We should make some check for hybrid devices (mouse and touch).

Here is the code that hides it:

.is_touch .tb_product_images .tb_zoom_box {
  display: none;
}

You remove it from catalog/view/theme/pavilion/template/tb/main.css.tpl.

BR,
ThemeBurn team

June 21, 2015 at 11:33 pm #41567

Great, now can zoom in smartphone and PC with touch screen.
Thanks.

June 23, 2015 at 4:46 am #41594

Glad we could help.

We will definitely improve the current solution for the next major version.

BR,
ThemeBurn team

June 23, 2015 at 10:11 am #41598
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.