Jump to content
  • 0

No Scroll on iFrame


Takodachi

Question

Hello everyone, just wanna share something I noticed about setting static height on iFrame deployment codes. If your Datapage still has that scrollbar then it still requires more height but there are some instances that we don't want to extend the iFrame size since it will also affect the page where we are deploying it at, then you can use the attribute:

scrolling = "no"

It should look something like this when applied to the iFrame deployment code.

<iframe name="No Scroll iFrame DP" title="No Scroll iFrame DP" src="DataPage_URL" style="width: 50%; height: 1500px;" scrolling="no">Sorry, but your browser does not support frames.</iframe>

I hope this helps for those that will encounter this!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hello!

Just to add, if you are embedding the iFrame to another DataPage like in Forms or Report, you may try the code provided in this article:

https://howto.caspio.com/tech-tips-and-articles/embedding-datapages-with-automatic-height-adjustment/

This automatically adjusts the height of the iFrame based on its content. 

 

:) 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...