› Rooms › Modules › Remove parentheses from countdown timer? › Reply To: Remove parentheses from countdown timer?
13 July 2023 at 11:55 pm
#4141
Select Page
› Rooms › Modules › Remove parentheses from countdown timer? › Reply To: Remove parentheses from countdown timer?
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:…