Сайт: http://www.procolorchile.cl/
Я хочу поставить каждое изображение фиксированным (после 1-го) с логотипом
Это класс, но ничего не работает
.fullfondo { height: 100vh; background-repeat: no-repeat; background-attachment: fixed; background-position: center; }
Используйте css: nth-child (n + 2)
.fullfondo:nth-child(n+2) { height: 100vh; background-repeat: no-repeat; background-attachment: fixed; background-position: center; }