Currently, I am working on a mobile website and encountering an issue with the image banner.
For tablets, it should look like this:
However, when viewed on mobile, it needs to appear as follows:
This is the code I have implemented so far:
<div class="col-xs-12 topbar">
<div class="row">
<img src="img/bg.png" class="img-responsive" />
</div>
</div>
The height
must be fixed at 450px;
Can anyone guide me on achieving this specifically for mobile devices?