Im trying to add responsive sizing but Joomla won't take it. It won't accept the 50% as % it takes it as px. I want to add responsive sizing for the images when you size down the website view.
This is the code I`m using
<div class="image123">
<div style="float: links; margin-right: 5px;" width="50%" height="auto">
<img class="mouseoverzoom" src="https://via.placeholder.com/300" alt="Vergil Stationary" /></div>
<div style="float: left; margin-right: 5px;">
<img class="mouseoverzoom" src="https://via.placeholder.com/600" width="531" height="340" /></div>
<div style="float: links; margin-right: 5px;"> <img src="https://via.placeholder.com/300" height="200" width="200" /></div>
</div>
this also does not work
<div style="float: left; margin-right: 5px;"><img class="mouseoverzoom" src="images/ary.jpg" width="50%" height="50%" /></div>