2021年3月10日星期三

ASP.NET Core 3.1 responsive image

<div class="col-md-6">      <div class="border">          <img height="300" width="400" src="~/Images/vg.png" class="rounded"/>          <p>Paragraph.</p>      </div>  </div>  

How can I make it responsive? Without width and heights it goes beyond the screen, with set height and width its no longer responsive.

https://stackoverflow.com/questions/66565420/asp-net-core-3-1-responsive-image March 10, 2021 at 09:08PM

没有评论:

发表评论