Issues which provided the neccessity for Responsive Design or in our case, Responsive Images :
Surprisingly, the solution to either of the problems mentioned above is to add images of different resolutions, detail and orientation as follows :
<img>
element and its srcset
and sizes
attributes, OR SVG images if not too complex<picture>
and <source>
elements with media
and srcset
attributes.