• Resolved ace63

    (@ace63)


    Hello,

    I was wondering if it is possible to disable the zoom options + and – from the toolbar of the embedded pdf. I don’t want users to zoom out and see the full page or even several pages at once.

    Thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @ace63,

    You can hide the zoom buttons and text with a bit of CSS.

    /* HIDE ZOOM BUTTONS AND TEXT */  
    .pdfemb-zoomin, .pdfemb-zoomout, .pdfemb-zoom, .pdfemb-toolbar div:nth-of-type(2) {
          display: none; /* may need to add !important */  
    }

    This rule can be added to the Appearance ? Customize ? Additional CSS field.

    Thread Starter ace63

    (@ace63)

    Thank you so much! Exactly what I wanted :))

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable zoom option from toolbar’ is closed to new replies.