3
Good afternoon
How to leave a responsive image, so that it is literally cut in its horizontal, so that you remove the horizontal scrollbar from the page, and do not get a "smashed up appearance"
I thank those who help, follows below an example, the image this responsive, but wanted to remove the effect of "crushing" the image, I want it to be cut, and not resized
<html>
<head>
</head>
<body>
<img alt="" class="form-image" border="0" src="https://www.jotform.com/uploads/natupote/form_files/SALADA2.png" height="800px" width="100%" />
</body>
</html>
You’ll have to put it as
background
by CSS– Diego Souza
Can you teach me the command? I’m a beginner in web-based Prog
– Vitor Marques Lourenço