how to disable automatic zoom

QuestionsCategory: PDF Light Viewerhow to disable automatic zoom
Susan Pinto asked 7 years ago
HI,
I have a customer is requesting for the AUTOMATIC zoom to be disable however still will like to have the option for user.
The CMS only gives me the option to disable or enable the button.
 
Question Tags:

1 Answers
super Staff answered 7 years ago
Hello Susan,
You can use the following javascript to “turn off” zoom initially during the page load:

PDFLightViewerApp.zoom.disable( jQuery('.js-pdf-light-viewer') );

After that zoom can be enabled by clicking on the zoom link or by calling:

PDFLightViewerApp.zoom.enable( jQuery('.js-pdf-light-viewer') );
magnetworx
replied 7 years ago

Tried to add it to the page with no luck, where would this go?

support
replied 7 years ago

You can use the plugin similar to https://wordpress.org/plugins/custom-css-js/ and paste the code there. Also some wordpress themes already have text fields where you could add custom javascript code.