0
Formula field size when displaying iframe
I’m trying to display an entire webpage using a formula field in a page. The formula utilizes the html() function and an <iframe> tag. However, I’m having trouble making the field large enough to avoid showing horizontal or vertical scroll bars.
I’m currently setting the size of the <iframe> using the following attributes:
height='1080' width='1920' frameBorder='0'
Despite this, the formula field itself doesn’t seem to expand accordingly, and there’s always at least one scroll bar visible. I’m using a 4K display, so screen space isn’t the issue.
Does anyone know how to control the actual size of the formula field to fit the iframe content properly?
Reply
Content aside
- 8 hrs agoLast active
- 8Views
-
2
Following