Ok, so I have an image and I want a border around it (I can get it). But even if the border "x" is far from my image, the image is still cropped. ONLY CONTINUES WHEN GRAND RADIUS OWN. Hope this made some sense, but here are some images to show what I mean. By the way, if it's somewhere else, it's hard to think of good keywords when there is a border-image-outset property and other crap.
.slideshow {
display: none;
margin-top: -50px;
font-size: 25px;
}
.slideshow table {
width: 100%;
}
.slideshow table tr td {
text-align: center;
}
.icon_circle {
overflow: hidden;
}
td span {
display: block;
border-radius: 90px;
padding: 30px;
border: #000 5px solid;
}
<div class="slideshow">
<table>
<tr>
<td><img class="icon_circle" width="90px" src="https://i.stack.imgur.com/N2SF1.png" alt=""></td>
<td><img class="icon_circle" width="90px" src="https://i.stack.imgur.com/N2SF1.png" alt=""></td>
<td><img class="icon_circle" width="90px" src="https://i.stack.imgur.com/N2SF1.png" alt=""></td>
</tr>
</table>
<p>Lorem ipdrepnt occaecqui officia deserunt mollit anim id est laborum.</p>
</div>
Run codeHide resultImages:
No truncation

Clipping

Winrar logo
source
share