Title: 100% width and height
Last modified: August 31, 2016

---

# 100% width and height

 *  [Comelen](https://wordpress.org/support/users/comelen/)
 * (@comelen)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/100-width-and-height/)
 * HI,
    How do I set up 100% width and 100% height of the iframe? I use this code:[
   scrapeazon asin=”B0140OXJ7W” width=”100%” height=”100%” border=”false”]
 * but it doesn’t work. It shows as a small window where I can see only the title
   of the iframe and the rating box.
 * I don’t use Responsive Style in the settings as I display reviews on desktop 
   only.
 * Please help. Thank you.
 * [https://wordpress.org/plugins/scrapeazon/](https://wordpress.org/plugins/scrapeazon/)

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

 *  Plugin Author [jhanbackjr](https://wordpress.org/support/users/jhanbackjr/)
 * (@jhanbackjr)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/100-width-and-height/#post-7334304)
 * Hi, Comelen.
 * If you are not using Responsive mode, the 100% height should work. However, make
   sure you place the shortcode within a parent element that has a height already
   specified. If you don’t have heights specified in the parent elements, a 100%
   height value does not work.
 * If you’re intending for the iframe to use the entire page, the “html” element
   needs to have a height of 100% specified in your site’s CSS, like this:
 *     ```
       html {
          height: 100%;
       }
       ```
   
 * Thanks for using ScrapeAZon and let me know if I can be of further assistance.
 * James
 *  Thread Starter [Comelen](https://wordpress.org/support/users/comelen/)
 * (@comelen)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/100-width-and-height/#post-7334307)
 * Thank you for your fast response!
    I think the parent item doesn’t have the specified
   height.
 * I tried to use css in my child theme stylesheet, but it doesn’t work.. what could
   be the reason?
 *  Plugin Author [jhanbackjr](https://wordpress.org/support/users/jhanbackjr/)
 * (@jhanbackjr)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/100-width-and-height/#post-7334310)
 * Hello, again.
 * Can you post a link to a sample page? If I can look at your source I might be
   able to determine what’s happening.
 * Thanks.

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

The topic ‘100% width and height’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/scrapeazon_6694ff.svg)
 * [ScrapeAZon](https://wordpress.org/plugins/scrapeazon/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/scrapeazon/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/scrapeazon/)
 * [Active Topics](https://wordpress.org/support/plugin/scrapeazon/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/scrapeazon/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/scrapeazon/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [jhanbackjr](https://wordpress.org/support/users/jhanbackjr/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/100-width-and-height/#post-7334310)
 * Status: not resolved