File tree Expand file tree Collapse file tree 3 files changed +189
-183
lines changed
app/design/frontend/Magento/luma/etc Expand file tree Collapse file tree 3 files changed +189
-183
lines changed Original file line number Diff line number Diff line change 232
232
<var name =" height" ></var > <!-- Height of magnifier block -->
233
233
<var name =" eventType" >hover</var > <!-- Action that atcivates zoom (hover/click) -->
234
234
<var name =" enabled" >false</var > <!-- Turn on/off magnifier (true/false) -->
235
+ <var name =" mode" >outside</var > <!-- Zoom type (outside/inside) -->
235
236
</var >
236
237
237
238
<var name =" breakpoints" >
Original file line number Diff line number Diff line change 736
736
text-align : center ;
737
737
top : 0 ;
738
738
z-index : @z-index-10 ;
739
+ overflow : hidden ;
740
+
741
+ .magnifier-large {
742
+ width : auto ;
743
+ height : auto ;
744
+ max-height : none ;
745
+ max-width : none ;
746
+ border : none ;
747
+ position : absolute ;
748
+ z-index : @z-index-1 ;
749
+ }
739
750
}
740
751
741
752
.magnifier-loader-text {
742
753
margin-top : 10px ;
743
754
}
744
755
745
- .magnifier-large {
746
- position : absolute ;
747
- width : 32% ;
748
- z-index : @z-index-1 ;
749
- }
750
-
751
756
.magnifier-preview {
752
757
bottom : 0 ;
753
758
left : 58% ;
754
759
overflow : hidden ;
755
760
padding : 0 ;
756
761
position : absolute ;
762
+ z-index : 2 ;
757
763
top : 215px ;
758
764
& :not (.hidden ) {
759
765
background-color : @color-white ;
You can’t perform that action at this time.
0 commit comments