As you can see, my iframe height adjustment is not working while "width 100%" is okey.
I tried to add some different codes in template and in post, but as an ordinary blogger user, I could not make it.
Thanks for help!
As you can see, my iframe height adjustment is not working while "width 100%" is okey.
I tried to add some different codes in template and in post, but as an ordinary blogger user, I could not make it.
Thanks for help!
<div style="max-width: 800px; max-height: 800px;">
<div style="left: 0px; width: 100%; height: 0px; position: relative; padding-bottom: 56.3%; overflow: hidden;">
<iframe src="YOURLINK"
allowfullscreen
style="position: absolute; top: 0px; left: 0px; height: 100%; width: 1px; min-width: 100%; *width: 100%;"
frameborder="0"
scrolling="no">
</iframe>
</div>
</div>
I solved my problem thanks to this code. It is arranging the "hight" responsively and you can adjust the content dimensions additionally.