Hi, my magento uses default fotorama for zoom, but I have 2 problems:
1 - When I click to zoom in at + buttom or scrolling the mouse the zoom is very slow.
2 - The zoom is very small! I need a zoom of 3 times bigger that original picture.
please, how can I configure the zoom size and "velocity/scale"?
note: this gif is 3x faster compared with real time
zoom
Hi @DaveShot ,
You just need to set the parameters for zooming as you want.
Go to app/design/frontend/Package/theme/etc/view.xml
for example :
<var name="magnifier">
<var name="fullscreenzoom">20</var>
<var name="top"></var>
<var name="left"></var>
<var name="width">400</var>
<var name="height">400</var>
<var name="eventType">hover</var>
<var name="enabled">true</var>
</var>Hope this will help you!
Click Kudos and accept as a solution!
Thank you!
This is my configuration:
But the maximum site at the front end is width: 800px; height: 1200px
I don't know where is this configuration.
I did some thing wrong?