2

I am using the Google Doc Embedder Wordpress plugin to display PDFs on a website. There are no options that I can find (or documentation) to control the default zoom level.

Is there a way to programmatically configure the default zoom level, or override some JavaScript?

Here is the shortcode:

[gview file="http://example.com/wp-content/uploads/2014/03/Cover-Story-1411.pdf"]
brasofilo
  • 25,496
  • 15
  • 91
  • 179
Tim Hallman
  • 854
  • 15
  • 27

1 Answers1

2

I believe it's not possible and, if it is possible, my research shows no trace of Google's documentation about it. Also:

I found some minor tweaks. The one for removing the sidebar makes the page occupy the full width:

Overriding with JavaScript is not possible, as it will produce a SameOrigin security error.

Community
  • 1
  • 1
brasofilo
  • 25,496
  • 15
  • 91
  • 179