Title: PDF doesn&#039;t size
Last modified: August 21, 2016

---

# PDF doesn't size

 *  [lmilesw](https://wordpress.org/support/users/lmilesw/)
 * (@lmilesw)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/pdf-doesnt-size/)
 * No matter what I set the size attributes to the PDF shows the same.
    [Here is an example on my sandbox site](http://www.cnyhosting.net/sandbox/pdf-test/).
   It is set to 600 wide by 1100 high.
 * [http://wordpress.org/plugins/shortcodes-ultimate/](http://wordpress.org/plugins/shortcodes-ultimate/)

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

 *  [lisaleague](https://wordpress.org/support/users/lisaleague/)
 * (@lisaleague)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/pdf-doesnt-size/#post-4315450)
 * Make sure you are using latest version and Set to responsive=no (unselect green
   in the shortcodes editor)
 *  Thread Starter [lmilesw](https://wordpress.org/support/users/lmilesw/)
 * (@lmilesw)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/pdf-doesnt-size/#post-4315459)
 * Duh… Should have seen that in the shortcode dialog. I guess my real question 
   should have been is there a way to make the responsive window a different size?
 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/pdf-doesnt-size/#post-4315461)
 * Hi Larry,
 * try to use next code
 *     ```
       [document url="http://example.com/file.pdf" width="500" height="500"]
       ```
   
 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/pdf-doesnt-size/#post-4315462)
 * Responsive means – fluid, 100% width.
    You can specify custom width instead of
   100%.
 * Try to add next bit of css to the **Custom CSS** editor:
 *     ```
       .su-document.su-responsive-media-yes { max-width: 500px }
       ```
   
 *  Thread Starter [lmilesw](https://wordpress.org/support/users/lmilesw/)
 * (@lmilesw)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/pdf-doesnt-size/#post-4315465)
 * I understand responsive but what I would like is the window my PDF shows in to
   match the aspect ration of the PDF. I just put in a vertical PDF and would like
   the responsive window to be vertical as well.

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

The topic ‘PDF doesn't size’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [Shortcodes Ultimate - Content Elements](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [lmilesw](https://wordpress.org/support/users/lmilesw/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/pdf-doesnt-size/#post-4315465)
 * Status: not resolved