Hey,
How can I display an iFrame that shows the content completely?
Right now here if you click on the ‘Start reading’ button, it shows the book but it’s limited to the frame size.
If I don’t use iFrame the text shows weird.
I am using the HTML element, and copied the HTML code from Project Gutenberg -
view-source:The Project Gutenberg eBook of Adventures of Sherlock Holmes, by A. Conan Doyle
I copied it as it is without any changes.
Link to check:
Bubble page:
Also, the images don’t show properly as well. I am not a coder, can anyone help me fix this?
@harshala
This plugin came out recently by @BubbleSam
We’ve just released small but powerful plugin - iframe element for Bubble This is probably the most advanced and also very simple to use iframe plugin for Bubble.
An iframe element allows to embed an external website into your Bubble app.
Some features:
Change the url dynamically without page reloads
Show / hide embedded website’s scroll bar
Use the “sandbox” attribute control to securely embed external pages (allow-downloads, allow-popups, allow-same-origin etc). Recommend…
Thanks for sharing this!
As far I understand, you want to show the content full height without the scrolling? If so, using the plugin mentioned above, you can dynamically set the height!
Thank you! Will check this out.