Results 5 comments of Chandran

$(document).ready(function () { $("#eng").click(function () { $('#zoom').attr('src', 'images/libelium_smart_world.png'); $("#zoom").data('zoom-image', 'images/libelium_smart_world.jpg').elevateZoom({ zoomType: "inner", cursor: "crosshair", responsive: "true" }); }); $("#tr").click(function () { $('#zoom').attr('src', 'images/sw.png'); $("#zoom").data('zoom-image', 'images/sw_.jpg').elevateZoom({ zoomType: "inner", cursor: "crosshair", responsive:...

Anybody have found solution for this?

Hi I am able to achieve by following code.. $(".zoom").elevateZoom(); var ezApi = $('.zoom').data('elevateZoom'); var mq = window.matchMedia('(min-width: 768px)'); mq.addListener((b) => { if (b.matches) { ezApi.destroy(); // do something for...

Hi , thanks for your library. do you have any update on this support?

Its simple you are using yii2 version of yii-node-socket inside your yii1 version. So please download yii1 version and use it.. Please look at the file NodeSocket.php first line should...