Le Twitch Posted September 30, 2014 Share Posted September 30, 2014 I have a phaser project within a container and I can't add a border radius to the container for some reason. Here's the code.http://codepen.io/anon/pen/Cshow Link to comment Share on other sites More sharing options...
chg Posted September 30, 2014 Share Posted September 30, 2014 Try setting a border in CSS http://codepen.io/anon/pen/ijxzl Link to comment Share on other sites More sharing options...
lewster32 Posted September 30, 2014 Share Posted September 30, 2014 You can't apply border radius to IFrame elements, but you can cheat and apply it to the container. Not sure how effective this is cross-browser though: http://codepen.io/lewster32/pen/AEkca Le Twitch 1 Link to comment Share on other sites More sharing options...
Recommended Posts