Posts by Marcos Renato • 1 point
1 post
-
-1
votes2
answers460
viewsA: how to make an embed with width and height fixed responsive?
You can embed-Responsive if you’re using bootstrap or this css: .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper object,…