-1
Properties width and height
To adjust widths and heights, you can use the CSS properties width and height. What’s more, you can choose the value and unit you want. (px, cm, in, % and etc)
Example
width: 100px;
height: 100px;
Your case
You have not shared your HTML or CSS code. So I will use the following classes: .img-ball and .img-boot-scrotum. So just follow the steps:
- Classify .img-ball, at first tag ;
- Classify .img-boot-scrotum, on the second tag ;
- Create a CSS rule for .img-ball, using
width: 100%;
; - Create a CSS rule for .img-boot-scrotum, using
height: <altura desejada>;
;
Upshot
.img-bola {
width: 100%;
}
.img-botao-escroto {
height: <escolha a altura>:
}
<img src="https://i.imgur.com/KoyP4pY.jpg" class="img-bola">
<img src="https://i.imgur.com/9q7DJjq.jpg" class="img-botao-escroto">
Here’s a link for you to study on the subject:
Friend without the code is difficult to answer you. Try to put width: 100% in the images or post the code to give you an accurate answer
– hugocsl