Is there a way to make an image adapt to both mobile and full screen sizes?
I attempted to make some adjustments, but unfortunately, I wasn't successful.
The div class in question has a fixed width and height:
<div class="pull-left thumb-contenido"><img style= "max-width: 1200px; max-height: 600px;" class="center-block img-responsive img-fluid" src="{{ asset('/images/blogs/'.$post->image) }}" /></div>
Any suggestions for setting a fixed image size that works well on both screens?