• Resolved webelle

    (@webelle)


    I upgraded to the premium PDF Embedder because we need to be able to download our forms.
    Now, the original embedded PDF has a dirty big button across it reading “VIEW IN FULL SCREEN”! And the original scroll/tool bar at the bottom in the free version has disappeared.

    Is there any way to remove this “View in Full Screen” and add the tool bar back in so they can simply click to open it up in a separate viewer? This currently just looks awful.

    Thanks!

    Nicky

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

Viewing 1 replies (of 1 total)
  • PDFG Support

    (@wppdfsupport)

    Hi Nicky,

    You can disable the View in Full Screen button entirely following the instructions here in our FAQ: Disabling the View in Full Screen button. We recommend that you consider not setting it to 0 so that it will still be available for mobile users (a value of around 250-360 works well for mobile users but disappears on larger browser sizes).

    You can also style the button with a bit of CSS to make it consistent with your site’s styles. Here are the default values:

    
    /* Change style of FS button */
    div.pdfemb-wantmobile-fsarea {
       max-height: 35px;
       -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
       border-radius: 20px;
       border: 4px solid #363600;
       background-color: #C5BDCF;
       -webkit-box-shadow: #B3B3B3 8px 8px 8px;
       -moz-box-shadow: #B3B3B3 8px 8px 8px;
       box-shadow: #B3B3B3 8px 8px 8px;
       color: black;
       font-family: sans-serif;
       letter-spacing: 2px;
       font-size: 16px;
       line-height: 110%;
    }
    

    If you have any other questions, please do not hesitate to send us an email to contact@wp-pdf.com as we may not see the forum posts in a timely fashion.

    Emma

Viewing 1 replies (of 1 total)

The topic ‘“View in Full Screen” remove?’ is closed to new replies.