I have a PSD file with multiple images that I need to display on my responsive website. The challenge is that when the images are displayed inside the webpage, their position needs to be set to absolute in order to maintain layout integrity. However, when viewed on mobile devices, the positioning of the images shakes.
Is there a way to export this PSD file to HTML or SVG format and ensure that the positions of the images remain fixed?
<div class="col-md-10">
<img src="~/Images/package.png" class="img-responsive"/>
<img src="~/Images/makesh.png" />
</div>
https://i.sstatic.net/VuXLO.png https://i.sstatic.net/Lr6u0.png