开发者

change mouse event for product image magento

开发者 https://www.devze.com 2023-02-18 06:47 出处:网络
I want to change the product double click event on开发者_开发知识库 the product image to single click to enlarge the Image.Go to:

I want to change the product double click event on开发者_开发知识库 the product image to single click to enlarge the Image.


Go to:

/js/varien/product.js

Change

Event.observe(this.imageEl, 'dblclick', this.toggleFull.bind(this));

to

Event.observe(this.imageEl, 'click', this.toggleFull.bind(this));
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号