For further actions, you may consider blocking this person and/or reporting abuse
Read next

New and Amazing JS Array methods from ES2023.
jeetvora331 -

Implement OTP Verification using Redis and Node.js
Desmond Obisi -

Disclaimer Generator - Create Disclaimer for App/Website instantly
GoOnlineTools -

Power Tools for Blockchain UI Development: $3.5M Seed Round, An Innovative Revenue Model, and Open Access to Contract Data
Sort -
Top comments (4)
There are lot of ways to make image responsive.
Main property is {max-with |max-height: 100%} to the image
Also useful are {overflow:hidden}
Read about "object-fit" property. With widths, flex and grid-props you can make images responsive without media-queries and bootstraps (it is a little bit extra).
And you can use images as background-image of block (if it is for decoration purpose, isn`t important for content ) and use background-size, background-position and etc
Can you tell me in detail?
You can use CSS media queries to make anything responsive...
Checkout w3school doc about media queries here 👇
w3schools.com/css/css_rwd_mediaque...
You can use a grid system with bootstrap