New-UDIFrame sizing

Look at @artvandelay440 response in Embed webpage on one of my pages as he shows a solution:-

New-UdHtml -Markup "<iframe
                    src='https://my.amazing.iframe' 
                        style=
                            'background-color:white;
                            border:none;
                            width: 100%;
                            min-height: 500px;'>
                    </iframe>"
2 Likes