There is such a header with an adaptive background:
header { background: url('../img/bg.jpg'); background-size: cover; background-position: 100% 100%; background-color: #464646; padding-top: 30px; min-width: 100%; }
But when reducing the resolution, it is necessary that the picture be in its entire width and height. That is, not part of it, but completely. How to do it? If anything, I build on the bootstrap grid.