.header__image img {
max-width: 100%;
height: auto;
transition: all 0.5s ease;
}
.scrolling .header__image img {
max-width: 30%;
height: auto;
}CSSShrinking logo for sticky header
October 25, 2024
October 25, 2024
.header__image img {
max-width: 100%;
height: auto;
transition: all 0.5s ease;
}
.scrolling .header__image img {
max-width: 30%;
height: auto;
}CSS
2 comments
René Mulder
Not working.
Instead of using this class: .header__image img i used this .brxe-logo img
This works for me.
Kind regards René
Stephen Walker
Thanks. This depends on what styles you have assigned, but the concept is the same. Glad you were able to make it work.