iframe background color.

Started by Daniellance, November 14, 2016, 06:05:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Daniellance

I have a Vr that I've embedded and now its displaying with a white background, I rendered the Vr with PNG's and have tried modifying the iframe with no such luck I need the white to be black or #C1C1C1...
<div style="max-width: 1280px; max-height: 1280px; ">
  <div style="left: 0px; width: 100%; height: 0px; position: relative; padding-bottom: 100%; overflow: hidden;">
    <iframe allowtransparency="true" src="https://mysite.com/black mfg open web _VR.139511/black mfg open web _VR.139511.html"
                 allowfullscreen
                 style="position: absolute; top: 0px; left: 0px; height: 100%; width: 1px; min-width: 100%; *width: 100%;"
                 frameborder="0"
                 scrolling="no">
    </iframe>
  </div>
</div>


I have even tried adding:
style="background: #FFFFFF;
But still no luck. Anyone else run into this?
Thanks in advance.