Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleCSS Script to use the content header image as a resizable background
collapsetrue
.content-header-image {
margin-top: 0px;
margin-bottom: 0px;
background-size: 100% 100%;
width: 100%;
max-height: 1072px;
}

...