Problem with elongated viewer in iframe embedding

Hello,

we have used the same code for iframe embedding on two different domains. On one of the it gives the expected result, on the other one the viewer is elongated / stretched.
You can see a short screen video here.
Does anyone have a clue what could cause this behavior?

Enjoy your weekend,

Lukas

Could you copy and paste the code you are using here? Are you using an absolute value for width or a percentage value? In the second case, it might not work depending on the layout of the hosting page you are embedding in.

Hi Mathieu,

thank you for your reply. You solved the issue for me. It was indeed a matter of percentage vs absolute value for width and height. One of them was absolute, the other percentage. I don’t know how this happened but changing it both to absolute solved the problem.
Thank you:-)