TheaH Posted December 6, 2021 Share Posted December 6, 2021 Site URL: https://tiacs.org/impact Hello! I've been attempting to add an embed using both an embed and code block, but it removes all content beneath it on the page, including the global footer. In addition, it completely lags out the editor and makes it almost impossible to use. The code is: <iframe name="rooy-dashboard" src="https://admin.rooy.co/#/workspace-dashboard?d=649&tb=0" style="border:none;" width="100%;" height=“100%;”/> Any idea why it would be doing that, or how I can fix it? Thanks! Link to comment
creedon Posted December 6, 2021 Share Posted December 6, 2021 Your iframe tag is malformed. Try the following. <iframe src="https://admin.rooy.co/#/workspace-dashboard?d=649&tb=0&wmode=opaque" name="rooy-dashboard" data-embed="true" style="border : none; width : 100%" height="810"></iframe> Please see the following about void elements. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
TheaH Posted December 7, 2021 Author Share Posted December 7, 2021 @creedon thank you so much! That fixed it up nicely creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment