Closed monolithed closed 7 years ago
I'm not sure about these props. Neither is supported in HTML5. How about passing these as a style prop instead. For instance:
<Iframe url="http://www.example.com"
position="absolute"
width="50%"
height="50%"
styles={{backgroundColor: "transparent", overflow: "hidden"}}/>
These two styles are equivalent to "allowTransparency" and scrolling: no.
Hi, what about these properties?