Check this method out simply the same without even using bootstrap.
https://www.w3schools.com/t...
<picture>
<source media="(min-width: 650px)" srcset="img_pink_flowers.jpg">
<source media="(min-width: 465px)" srcset="img_white_flower.jpg">
<img src="img_orange_flowers.jpg" alt="Flowers" style="width:auto;">
</picture>
Pops () - 7 years ago - Reply 0