Remove Border from iframes

By simply adding a frameborder=“0” attribute to your HTML you can get nice clean iframe embedded on your web.

Example iframe HTML Code:

Before:


After:

3 Likes