Answer the question
In order to leave comments, you need to log in
How to take a photo in full screen?
How to make this site on bootstrap 4?
folkbeat.ru
Answer the question
In order to leave comments, you need to log in
To make an image full screen, just apply width: 100%; height: 100%; This will allow you to use 100% of the parent element, but here it is important that the html, body also have these values. There is also an entry width: 100vw; height: 100vh;
Such a solution would be adaptive:
img {
width: 100vw;
height: 100vh;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question