I have an image and in css I added a border-radius. When the screen resizes, the image scales all the way down, how do I make it retain the size?
#PictureUrl > img {
float: left;
display: block;
border-radius: 50%;
width: 10%;
}
<span id="PictureUrl"><img src="https://www.apple.com/ac/structured-data/images/knowledge_graph_logo.png?201610281557"/></span>