• 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://www.ads-software.com/plugins/scrapeazon/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jhanbackjr

    (@jhanbackjr)

    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

    (@comelen)

    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

    (@jhanbackjr)

    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.