Tagged: x Author Posts January 15, 2017 at 10:44 pm #1331458 Andreas BjerveParticipant Hi, I´m struggling to make a square image circular with HTML code. How do I proceed? Thanks! January 16, 2017 at 12:52 am #1331554 RupokMember Hi there, Thanks for writing in! If you are using Image element in Cornerstone then there is the option to make it circled – http://prntscr.com/dw6ydu If you are using within HTML somehow then add a custom class (say my-image) and use CSS like this : .my-image{ width: 300px; height: 300px; border-radius: 50%; } You can set your own height/width. Cheers! January 16, 2017 at 2:32 am #1331653 Andreas BjerveParticipant Thanks, that works in HTML, but I notice that the circle does not remain a circle when resizing the browser-window (it becomes oval). Any way to make the image a fixed circle? January 16, 2017 at 2:48 am #1331666 ChristopherModerator Hi there, Please update previous code to : .my-image{ border-radius: 100%; } Hope it helps. January 16, 2017 at 2:57 am #1331676 Andreas BjerveParticipant Nice – thanks! January 16, 2017 at 3:00 am #1331685 ChristianModerator You’re welcome. Author Posts <script> jQuery(function($){ $("#no-reply-1331458 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In