• Resolved hippydave

    (@hippydave)


    When I embedded the pdf, what a wonderful tool it comes up with , with print and download and etc. 4 of my documents are single page, and the 5th is 2 pages. When I max out the height to 1000 it shows full length, but when it scales to device screens, there is a tonne of dead space left below.

    Is there any way to display the full document so the user doesn’t have to scroll withing the embedded window, and so that it scales down to device size without the dead space of ‘specified height”?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Amit Paul

    (@paulamit)

    Hi there,

    Greetings. Hope you’re doing good.

    Really sorry to hear about the inconvenience you’re facing. I have checked your page. Could you please apply this custom CSS below.

    iframe.embedpress-embed-document-pdf.embedpress-pdf-1703311307808 {
        height: 2750px!important;
    }
    
    @media only screen and (max-width: 1200px)
    {
        iframe.embedpress-embed-document-pdf.embedpress-pdf-1703311307808 {
            height: 2250px!important;
        }
        
    }

    You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.

    After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code. Please check this screencast to learn more – https://d.pr/v/QrrfTw

    Hope it will be helpful for you. Let me know how it goes.

    Thank you!

    Plugin Support Amit Paul

    (@paulamit)

    Hello @hippydave,

    Hope you’re doing well.

    Would you kindly share us the feedback about the issue that you’re facing? Did you try our above-mentioned custom CSS yet??If not, kindly try that and check again. Then let us know how it goes.

    Thank you!

    Plugin Support Ashikur Rahman

    (@ashikurwp)

    Hello?@hippydave,
    Greetings.

    Regarding your issue, we still haven’t heard back from you. So, I am assuming your issue has been resolved. I am resolving this topic. You’re always welcome to reopen the topic again if you face any issues.

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘can i display full length pdf document (all 2 pages)’ is closed to new replies.