how to make responsive
تبليغيرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.
The code I wrote is like this, everything works, but it’s not responsive, I would appreciate it if you could help 🙂
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;
}
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
<nav>
<div class=”embed-container”>
<object src=”/Navbar/navbar.html”></object>
</div>
</nav>
أضف إجابة