supereggbert/aframe-htmlembed-component

Border radius

Closed this issue · 1 comments

I can see you handle border radius in the component.

How do I set it on the parent element?

i.e.

<div class="poster">
 ....
</div>


.poster = {
        border-radius: 4px;
}

isn't having any effect.

Old Aframe version