<img class="image_cover" src = "" />
.image_cover {
width:25px;
height:25px;
border-style:none;
border: 0;
box-shadow:none;
}
Showing an example in a live demo on jsfiddle
Encountering an issue in Chrome Version 33.0.1750.152, where a border is visible around the <img>
tag. Trying to remove it.
Following advice from this source, I have set the border
, border-style
, and box-shadow
attributes, yet the border persists.
Any suggestions on resolving this issue?