I have use elevateZoom jquery plugin. I want to disable elevateZoom in mobile(less than 600px width device).
So, How can I add(if condition) zoomEnabled: false, instead of zoomEnabled: true, in below jquery. when Open in mobile.
<script> $("#zoom_01").elevateZoom({ gallery:'gallery_01', zoomEnabled: true, cursor: 'pointer', galleryActiveClass: 'active' </script>
zoomEnabled: isOnMobile