WPSwitzerland / wordcampbern2017

3 stars 0 forks source link

Making the images in the front page parallax shorter #1

Closed grappler closed 7 years ago

grappler commented 7 years ago

Could you make the images in the front page shorter please? It should work with this CSS.

@media screen and (min-width: 48em) {
.panel-image {
    height: 17.5rem;
}
}
markhowellsmead commented 7 years ago

Sure. Be aware that using multiple instances of these images causes performance problems when scrolling. (Very juddery on the four machines I've tested it with.)