Commit df50f94e6c0b19a909f5f9f8c5fbcbe0ddf63ee0
1 parent
8724ec1f
Веталь
Showing
1 changed file
with
2 additions
and
5 deletions
 
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -1358,7 +1358,7 @@ ul.product-special li.promo div:after { | 
| 1358 | 1358 | width: 100%; | 
| 1359 | 1359 | height: 100%; | 
| 1360 | 1360 | } | 
| 1361 | -.info.product-thumb-video iframe { | |
| 1361 | +.info.product-thumb-video iframe, .info.product-thumb-video embed { | |
| 1362 | 1362 | width: 100% !important; | 
| 1363 | 1363 | height: auto !important; | 
| 1364 | 1364 | } | 
| ... | ... | @@ -1559,7 +1559,4 @@ input.custom-radio + label:hover { | 
| 1559 | 1559 | .owl-controls .owl-buttons .owl-next:before { | 
| 1560 | 1560 | background-position: -8px 0; | 
| 1561 | 1561 | } | 
| 1562 | -.product-thumb-video iframe { | |
| 1563 | - width: 260px; | |
| 1564 | - height: auto; | |
| 1565 | -} | |
| 1562 | + | ... | ... |