Want to make my product landing page's iframe responsive

@naveen_coder, I definitely hear that! Your video is responsive down to less than 320px which is great! Because that is where most modern mobile devices end! Sometimes I even try to break mine at 200px lol!

1 Like

still some changes i want to do in my iframe, still this not what i am expecting :sweat:

@naveen_coder hahaha!

1 Like
.iframe-div {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
1 Like

thanks for the help :grinning: