› Rooms › Modules › GIF does not animate in sidebar widget › Reply To: GIF does not animate in sidebar widget
30 June 2023 at 1:24 am
#4046
Select Page
› Rooms › Modules › GIF does not animate in sidebar widget › Reply To: GIF does not animate in sidebar widget
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:…