article img {
width: 100%;
height: 350px;
-o-object-fit: cover;
object-fit: cover;
}
<article>
<img src="https://i.ibb.co/84FnVcK/Group.png">
</article>
Can the 'This needs visible' text be preserved on the image as it scales from a different angle? Please note that in some images, 'This needs visible' is actually a logo which may fall off when the window size decreases (responsive design)
The text can slide off here