• Resolved abilicorp

    (@abilicorp)


    In WordPress, how can I make an embedded file fit the screen?
    Here is the iframe code;
    <iframe src=https://docs.google.com/document/d/e/2PACX-1vSqIykhqwMVlK0UOA6ezUb2K_1rO0-B2marBDeyYy42nXpjxmIIU0iHpCWsrTK-Zw/pub?embedded=true Width=”1000” height=”1000” allow=”fullscreen”></iframe>
    Here is the screen in Chrome; https://snipboard.io/o5Yv78.jpg
    Here is the screen in Firefox; https://snipboard.io/aiAz02.jpg

    • This topic was modified 3 years, 6 months ago by Jan Dembowski.
    • This topic was modified 3 years, 6 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator threadi

    (@threadi)

    This has little to do with WordPress as it is about the design of the website – and that is controlled by the theme you use.

    However, there is a fairly simple solution by adapting the HTML code you use:

    <iframe src=https://docs.google.com/document/d/e/2PACX-1vSqIykhqwMVlK0UOA6ezUb2K_1rO0-B2marBDeyYy42nXpjxmIIU0iHpCWsrTK-Zw/pub?embedded=true style="width: 100%;height: 500px;" allow="fullscreen"></iframe>

    Thread Starter abilicorp

    (@abilicorp)

    WOW THANK YOU

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘embedded files height’ is closed to new replies.