embed web part
1 TopicSharePoint Online Modern: How to remove vertical scroll bar in Embed web part?
The site is in the modern experience. I want to embed an image map. The code for the image map is saved as an .aspx file. When I put https://company.com/toolsresources/TestModernSite/SiteAssets/SitePages/Play/ImageMapTest.aspx in the Embed web part, the image displays, and the image map works but there is a vertical scrollbar. When I try: <iframe scr="URL" width="1400px" height="690px"></iframe>, or <iframe scr="URL" width="1400" height="690"></iframe> I get the error message: "We can't show this embedded content because the code seems to be incomplete. Make sure that the embed code includes width, height and a valid address for the src attribute." How do I remove the vertical scroll bar? Thanks.7.1KViews0likes2Comments