Get Rid of White Flash when iframe Loads | CSS-Tricks - CSS-Tricks

PHOTO EMBED

Sat May 07 2022 08:40:09 GMT+0000 (Coordinated Universal Time)

Saved by @Hemanth #html

<iframe style="visibility:hidden;" onload="this.style.visibility = 'visible';" src="../examples/inlineframes1.html" > </iframe>
content_copyCOPY

https://css-tricks.com/snippets/html/get-rid-of-white-flash-when-iframe-loads/