Skip to content

Commit 202bbcb

Browse files
committed
MAGETWO-44261: fixed style on mobile version
1 parent c5f066f commit 202bbcb

File tree

1 file changed

+10
-0
lines changed
  • app/design/frontend/Magento/blank/Magento_ProductVideo/web/css/source

1 file changed

+10
-0
lines changed

app/design/frontend/Magento/blank/Magento_ProductVideo/web/css/source/_module.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@
6363
}
6464
}
6565

66+
@media only screen
67+
and (min-device-width : 320px)
68+
and (max-device-width : 780px)
69+
and (orientation : landscape) {
70+
.product-video {
71+
height: 100%;
72+
width: 81%;
73+
}
74+
}
75+
6676
.fotorama__arr.hidden-video {
6777
z-index: -1;
6878
}

0 commit comments

Comments
 (0)