› Rooms › General Divi › Styling on home page blog feed broken › Reply To: Styling on home page blog feed broken
16 October 2021 at 7:49 pm
#1351
Select Page
› Rooms › General Divi › Styling on home page blog feed broken › Reply To: Styling on home page blog feed broken
Tim Yal replied to the topic Fullscreen Vimeo background? in the forum [Public Group] Divi Community 4 months ago
When I add the code you mentioned, this is (attached file) what happens. Here is the link; Test 2 I don’t think min-height and min-width are good for responsiveness. Any…
Terry Hale replied to the topic Fullscreen Vimeo background? in the forum [Public Group] Divi Community 4 months ago
Hi Tim, Did you try using the CSS like in your first example link? #video_pag iframe { width: 100vw; height: 52.73vw; min-height: 100vh; min-width: 189.63vh; position: absolute; top: 50%; left:…