Need help with embed code
-
Having trouble trying to get some code to work. I am trying to embed content from a web page that would allow me to have the content appear within full width of my website. However, embed appears small when using 100% for height and width, but when I added 750 px for the height the embed is appearing behind the footer of my website and behind other elements of my site.
Is there better coding I should use instead of this that will allow the content to appear full width?<iframe frameborder="0" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="100%" width="100%" src="https://latinoelectionpolls.com/app/ld/latinovote/"></iframe>
<iframe frameborder="0" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:750px;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="750px" width="100%" src="https://latinoelectionpolls.com/app/ld/latinovote/"></iframe>
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Need help with embed code’ is closed to new replies.