0
What code should i write to make the image full
3 Answers
+ 4
What do you mean by making the image "full"? Do you mean fitting the screen width? Or screen width and height?
Also, I think you didn't insert your complete code. For example the closing parts of body and html tags are missing and what is the code in your css tab?
+ 2
You could use width: 100%; or width: 100vw; in CSS
You might be interested in the Responsive Web Design course on sololearn.
0
Yeah fitting the screen width and height