› Rooms › Modules › full width filterable portfolio? › Reply To: full width filterable portfolio?
8 July 2023 at 1:56 am
#4117
Select Page
› Rooms › Modules › full width filterable portfolio? › Reply To: full width filterable portfolio?
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:…