Utilities Bootstrap 5Free+ CSS+ JS
Modern iframe snippets example: a hand-crafted, open-source Bootstrap 5 utility. HTML, CSS & JS included, ready to copy.
1.6k views13 downloads
gosnippets.com/preview/modern-iframe-snippets-example
Source Code
1<div class="viewer">
2</div>
3
4<script>
5 let listOfPages = [
6 {
7 index: 0,
8 url: "https://gosnippets.com/full-screen/bootstrap-5-animated-3d-social-icons-snippets"
9 },
10 {
11 index: 1,
12 url: "https://gosnippets.com/full-screen/glowing-text-animation-snippets-with-html-and-css"
13 },
14 {
15 index: 2,
16 url: "https://datatechzone.com"
17 },
18 {
19 index: 3,
20 url: "https://gosnippets.com/full-screen/bootstrap-our-team-snippets-with-social-icons"
21 }
22];
23
24let iframeContainer = document.querySelector(".viewer");
25
26for (let i of listOfPages) {
27 iframeContainer.innerHTML += ``;
28}
29
30</script>More Utilities snippets

Auto move mouse cursor snippet
Auto move mouse cursor snippet: a hand-crafted, open-source Bootstrap 5 utility. HTML, CSS & JS included, ready to copy.
UtilitiesView →

Bootstrap 5 Ecommerce Product Detail Page Design snippet
Free Bootstrap 5 utility snippet — Bootstrap 5 Ecommerce Product Detail Page Design snippet. Preview, copy HTML & CSS, drop it into any Bootstrap 5 project.
UtilitiesView →

Bootstrap 5 Ecommerce single product page design template
Free Bootstrap 5 utility snippet — Bootstrap 5 Ecommerce single product page design template. Preview, copy HTML & CSS, drop it into any Bootstrap 5 project.
UtilitiesView →
Comments(0)
No comments yet — be the first to start the discussion.
Sign in to join the conversation.