> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.sociablekit.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to hide scrollbar from iFrame?

If you cannot use our JavaScript embed code, the remaining options are our iFrame embed code. In Wix's case, embed it as a link or [external site](https://support.wix.com/en/article/embedding-an-external-site-3240166). Wix will show it as an iFrame embed. The same goes with Google sites.

The disadvantage is, an iFrame will show a vertical scrollbar if the feed's content is longer than the iFrame height that you set. We cannot completely hide the iFrame scrollbar. We have some workarounds that might be good enough.

1. **Anticipate** the height of your feed's content. Set the height of your iFrame more than the height of your anticipated content.

2. Use a **Slider Layout** and set the height of your iFrame more than the height of your slider. This way, you can load more contents to the right or left. The default layout uses a **load more** button that shows up more content at the bottom of the feed. It will show a vertical scrollbar in that case.

3. Try to add **scrolling="no**" attribute to the iFrame or **overflow:hidden;** in your iFrame's CSS.

