Trouble with iframe
Hello,
I am having trouble getting an iframe to display correctly on the website. It is showing up very small. The iframe code says 100% on width and length.
Why is it displaying this way?
Example at quickstart.blog
Thanks,
Paul
Hello,
I am having trouble getting an iframe to display correctly on the website. It is showing up very small. The iframe code says 100% on width and length.
Why is it displaying this way?
Example at quickstart.blog
Thanks,
Paul
Comments
Hello,
As I see, you did not provide the proper height value of iframe, its set to 100%, but it should be set to be in pixels, like 500px of height.
Just insert it as a inline css code, it will be the easiest way.
thanks