Archived topic
Allignment Issue on Adding Video
6 replies · Started by Sars on October 7, 2022
Dear Team,
While adding videos via bunnycdn Embed code, The videos gets alligned to the right,
Kindly help pls
Dear Team,
Kindly help on this.
Thank You
Hi there,
where can i see the issue?
On the home page i see 3 video embeds and they are not aligned right.
Let me know.
Thanks for your time David.
Kindly check the site now. As we are advertising on Google, we reverted to youtube. Now I have updated to Bunnycdn
So this is the iFrame HTML the embed code is outputting:
<div style="position: relative; padding-top: 56.25%;">
<iframe src="https://iframe.mediadelivery.net/embed/64919/2f849023-0e86-4152-b6eb-5f9ec2993340?autoplay=false&muted=true" loading="lazy" style="border: none; position: absolute; top: 0; height: 100%; width: 100%;" allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;" allowfullscreen="true"></iframe>
</div>
In the iframe you will see this inline style:
style="border: none; position: absolute; top: 0; height: 100%; width: 100%;"
Can that be changed to:
style="border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;"
Excellant. Thanks a lot!!
You're welcome