Skip to content

Instantly share code, notes, and snippets.

@itskingori
Last active April 11, 2023 06:37
Show Gist options
  • Save itskingori/083dabae1c07cbb2b6b1 to your computer and use it in GitHub Desktop.
Save itskingori/083dabae1c07cbb2b6b1 to your computer and use it in GitHub Desktop.
How to add an iframe loader without JavaScript stuffs!
<div class="iframe-container">
<iframe src="https://www.example.com/something_path" width="100%" height="880px" scrolling="no" frameborder="0">
Browser unable to load ...
</iframe>
</div>
.iframe-container{
min-height: 100px;
background:#fff url("path/to/loader.gif") no-repeat 50% top !important;
}
@Sands-45
Copy link

Sands-45 commented Jul 4, 2021

Very Helpful mate thank you so much
I spent dozens of hours searching

@alibalbars
Copy link

very smart solution, thanks <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment