Skip to content

Commit 18f942f

Browse files
committed
MAGETWO-44261: fixed styles for mobile too
1 parent 21ee93c commit 18f942f

File tree

1 file changed

+5
-2
lines changed
  • app/design/frontend/Magento/blank/Magento_ProductVideo/web/css/source

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@
4545
}
4646

4747
.product-video {
48-
height: 88%;
49-
margin-top: 5%;
48+
height: 75%;
49+
left: 0;
5050
position: absolute;
5151
top: 0;
5252
width: 100%;
53+
right: 0;
54+
bottom: 0;
55+
margin: auto;
5356
iframe {
5457
height: 100%;
5558
left: 0;

0 commit comments

Comments
 (0)