• Resolved octaveav

    (@octaveav)


    I am trying to embed a PDF in a page to be as full screen as possible when the page is opened. The width is no problem but the height limits me to 1000 pixels only. I have tried the other css fixes listed but none seemed to work for me.

    Is there a fix for this coming any time soon?

    Thanks

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support AR Rasel

    (@arrasel403)

    Hi @octaveav,

    Sorry for the inconvenience caused.

    We have fixed this issue on our Dev version plugin. Please download the Dev version plugin from here and retry once now. You can increase your max-height value.

    Hope your issue will be fixed.

    Let us know how it goes. Thanks!

    Thread Starter octaveav

    (@octaveav)

    The dev version worked perfectly.

    Thank you for the prompt response!

    davidvm

    (@davidvm)

    Could it be possible to have the embed area automatically extend to the full height of the pdf, remove it’s scroll and just have one scroll on the page? Could you guys add this as a quick setting? @arrasel403

    @octaveav How did you accomplish it?

    Plugin Support AR Rasel

    (@arrasel403)

    Hi @davidvm,

    Hope you are doing well. Sorry for the late reply.

    Sorry to inform you that, currently, we don’t have the option to make it automatically extend to the full height of the PDF. However, thanks for your valuable suggestion. I will discuss this with our Team and we will try to implement this in our future version of the plugin.

    For now, you need to adjust the height manually while embedding the PDF file from here. Hope you understand and this will help you.

    If you are facing any issues or you need help, you can reach us here or you can create a separate topic. We are always here to help you.

    Have a good day!

    Thread Starter octaveav

    (@octaveav)

    @davidvm I was not able to get rid of the vertical scroll bar unless I went to almost 12000 pixels tall. However this broke the internal navigation on the PDF so I was not able to use it. Instead I set the scaling to a custom level for the screen I was using.

    I was able to hide the main window scroll bar with the following CSS on the page settings


    html, bodyfullscreen {
    overflow: hidden;
    }

    So then I only had the PDF embed scroll bar. Note that this page was designed to display on a specific 4k monitor with specific settings (4k at 250% scaling set to full screen) so I was able to dial it in to exactly the scaling I want to fit.

    Thanks a lot @arrasel403, it would be really great if you guys can accomplish that.

    @octaveav Thanks a lot. That was some nice tweaking you did. I’ll give it a try.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.