Как мне узнать высоту моего элемента.
Код: Выделить всё
var background = document.getElementById('bgimage');
console.log(background.style.height);Код: Выделить всё
.background {
width: 100%;
height: 500vh;
}Код: Выделить всё
.......
Подробнее здесь: https://stackoverflow.com/questions/591 ... javascript
Мобильная версия