File tree Expand file tree Collapse file tree 5 files changed +148
-143
lines changed
code/Magento/ProductVideo/view/frontend/web/js Expand file tree Collapse file tree 5 files changed +148
-143
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ define([
122
122
isFullscreen : false ,
123
123
FTCF : '[data-gallery-role="fotorama__fullscreen-icon"]' ,
124
124
Base : 0 , //on check for video is base this setting become true if there is any video with base role
125
- MobileMaxWidth : 768 ,
125
+ MobileMaxWidth : 767 ,
126
126
GP : 'gallery-placeholder' , //gallery placeholder class is needed to find and erase <script> tag
127
127
videoData : null ,
128
128
videoDataPlaceholder : [ {
Original file line number Diff line number Diff line change 232
232
<var name =" breakpoints" >
233
233
<var name =" mobile" >
234
234
<var name =" conditions" >
235
- <var name =" max-width" >768px </var >
235
+ <var name =" max-width" >767px </var >
236
236
</var >
237
237
<var name =" options" >
238
238
<var name =" options" >
Original file line number Diff line number Diff line change 238
238
<var name =" breakpoints" >
239
239
<var name =" mobile" >
240
240
<var name =" conditions" >
241
- <var name =" max-width" >768px </var >
241
+ <var name =" max-width" >767px </var >
242
242
</var >
243
243
<var name =" options" >
244
244
<var name =" options" >
Original file line number Diff line number Diff line change 27
27
28
28
& when (@media-target = ' mobile' ), (@media-target = ' all' ) {
29
29
30
- @media only screen and (max-width : ( @screen__m + 1 ) ) {
30
+ @media only screen and (max-width : @screen__m ) {
31
31
.media-width (' max' , (@screen__m + 1 ));
32
32
}
33
33
34
- @media only screen and (max-width : @screen__m ) {
34
+ @media only screen and (max-width : ( @screen__m - 1 ) ) {
35
35
.media-width (' max' , @screen__m );
36
36
}
37
37
59
59
60
60
& when (@media-target = ' desktop' ), (@media-target = ' all' ) {
61
61
62
- @media all and (min-width : ( @screen__m + 1 ) ),
62
+ @media all and (min-width : @screen__m ),
63
63
print {
64
- .media-width (' min' , ( @screen__m + 1 ) );
64
+ .media-width (' min' , @screen__m );
65
65
}
66
66
67
67
@media all and (min - width: (@screen__m + 1 )),
68
68
print {
69
- .media-width (' min' , (@screen__m ));
69
+ .media-width (' min' , (@screen__m + 1 ));
70
70
}
71
71
72
72
@media all and (min - width: @screen__l ),
You can’t perform that action at this time.
0 commit comments