Inhalte aufrufen

Profilbild

Increase Zoom Window Size ( Applies to Version 1.2.1)

zoom window size zoom bigger

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
1 Antwort zu diesem Thema

#1 samdubey

samdubey

    Member

  • Members
  • PunktPunkt
  • 21 Beiträge

Geschrieben: 08 July 2015 - 12:28

Hello Team,

 

We hover over image at product details page zoom window apear, i want to increase zoom window size 

 

how would i do that

 


Sameer Dubey

Director - Technology & Solutions

C-DUCK CONSULTANCY SERVICES PVT. LTD.

sameer.dubey@c-duck.com

http://www.c-duck.com - Business Application Development using AngularJs and WebApi

http://www.housy.in - Service Commerce Redefined

http://www.hostify.in - Domains and Web Hosting


#2 Murat Cakir

Murat Cakir

    SmartStore AG

  • Administrators
  • 1118 Beiträge

Geschrieben: 09 July 2015 - 17:17

In ~/Scripts/public.product-detail.js:

zoom: {
    enabled: opts.enableZoom,
    zoomType: opts.zoomType,
    zoomWindowWidth: 400, // <<< any int value (px)
    zoomWindowHeight: 400, // <<< any int value (px)
    // [...] other 'elevateZoom 2.5.6' options are passed through
};

For a list of all elevateZoom options please visit http://www.elevatewe...m/configuration


Murat Cakir
SmartStore AG