Title: height
Last modified: September 21, 2018

---

# height

 *  Resolved [hennyroosen](https://wordpress.org/support/users/hennyroosen/)
 * (@hennyroosen)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/height-9/)
 * how can I make the embed PDF bigger? (longer?) so htat you can see more of the
   PDF?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fheight-9%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/height-9/#post-10711473)
 * There’s a filter you can use to change the height and width attributes of the
   PDF.
 * Refer to this issue, [https://wordpress.org/support/topic/height-attributes/](https://wordpress.org/support/topic/height-attributes/)
 *  Thread Starter [hennyroosen](https://wordpress.org/support/users/hennyroosen/)
 * (@hennyroosen)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/height-9/#post-10714710)
 * I don’t know how to do that?
    _[Redacted – Please use PasteBin.com for large 
   snippets of code]_
    -  This reply was modified 7 years, 8 months ago by [Andrew Nevins](https://wordpress.org/support/users/anevins/).
 *  Plugin Author [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/height-9/#post-10714830)
 * Firstly the PDF will scroll so you can see all of it.
 * The filter is as follows:
 *     ```
       add_filter( 'embed_pdf_viewer_pdf_attributes', function($attr) {
           $attr['height'] = "600";
           $attr['width'] = "1000";
   
           return $attr;
       });	
       ```
   
 * Where you set the height and width attributes. Put the filter in you theme’s 
   functions.php file.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘height’ is closed to new replies.

 * ![](https://ps.w.org/embed-pdf-viewer/assets/icon.svg?rev=2883712)
 * [Embed PDF Viewer](https://wordpress.org/plugins/embed-pdf-viewer/)
 * [Support Threads](https://wordpress.org/support/plugin/embed-pdf-viewer/)
 * [Active Topics](https://wordpress.org/support/plugin/embed-pdf-viewer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/embed-pdf-viewer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/embed-pdf-viewer/reviews/)

## Tags

 * [Longer](https://wordpress.org/support/topic-tag/longer/)

 * 3 replies
 * 2 participants
 * Last reply from: [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/height-9/#post-10714830)
 * Status: resolved