Remove iFrame embed code scrolling in columns?

I've added an iframe embed code in between spaces to crop the content, I'd like to somehow remove the horizontal scrollbar.

I don't know if its the embed code set width overflow or the columns causing this?
Should I change the iFrame margin, minus pixels (-1px, etc.), if I need to do this I'm not sure how to do this?

Any suggestions would be much appreciated.
Phil

2,513 Views
Message 1 of 5
Report
4 REPLIES 4

Hello Phil! You may want to post the code itself for our Community to take a look at.

2,496 Views
Message 2 of 5
Report

Thanks Queso, Here's the embed code that's making a scroll bar...

<iframe src="https://www.powr.io/plugins/countdown-timer/view?unique_label=7b521494_1463880967&external_type=ifra..." width="350px" height="400" frameborder="0">

</iframe>

2,477 Views
Message 3 of 5
Report

Embed Code:

<iframe src="https://www.powr.io/plugins/countdown-timer/view?unique_label=7b521494_1463880967&external_type=ifra..." width="350px" height="400" frameborder="0">
</iframe>

2,477 Views
Message 4 of 5
Report
Square

You might want to take a look at this for more info, @PMartin:

https://www.w3schools.com/tags/att_iframe_scrolling.asp

2,473 Views
Message 5 of 5
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.