Using an image background for a photo allows all kinds of framing possibilities
CSS: .outerFrm {
background-image: url("/path/BGimage.jpg");
border-radius: 50%;
padding: 15px;
box-shadow: 1px 1px 3px 3px purple;
}
img.round {
border-radius: 50%;
}
HTML:
;