Viewing 1 replies (of 1 total)
  • Plugin Author jhanbackjr

    (@jhanbackjr)

    Hi, Spidergirl1979.

    First, my apologies for not getting back to your sooner. For some reason, I didn’t receive the e-mail about this support ticket.

    I took at look at your page. It looks like there’s a width:100% in style tag for ScrapeAZon’s container, but no height:100%. I’m assuming you have tried clearing ScrapeAZon’s cache (or the object cache of whatever caching plugin you use). Can you post the shortcode you’re using so I can test it on my side?

    If you’re using the plugin in responsive mode, you might try turning that off and then specifying a 100% width and 100% height in the shortcode.

    On the scrollbar/seamless issue: probably the simplest way to do that is to take full control of the way the iframe looks on your site (meaning that ScrapeAZon outputs no CSS at all). If you issue the shortcode with the url="true" parameter, ScrapeAZon will output ONLY the URL to the iframe source. That way, you can build your own iframe tag, similar to this:

    <iframe id="scrapeazon-reviews" src="[scrapeazon asin='0000000000' url='true']"></iframe>

    By adding style parameters to the iframe tag (or in your CSS), you can now style the iframe any way you want. However, this method also doesn’t yet work well with the defer until footer options.

    Let me know if this helps and if I can be of further assistance. And thanks for using ScrapeAZon!

Viewing 1 replies (of 1 total)

The topic ‘Setting 100% Height Not Working’ is closed to new replies.