Published
- 1 min read
removing scroll bar of iframe
The solution for this is noted below
removing scroll bar of iframe
Solution
<iframe frameborder="0" scrolling="no" style="height:380px;width:6000px;border:none;" src='https://yoururl'></iframe>
Try other methods by searching on the site. That is if this doesn’t work