CuBoulder / tiamat-theme

University of Colorado Boulder Drupal 9+ base theme
GNU General Public License v2.0
3 stars 0 forks source link

Article Title Background Update #1312

Closed jnicholCU closed 1 week ago

jnicholCU commented 1 week ago

Removed div displayed image and set it as a background image. Set the background image to use the section_background image style to avoid large image files.

Set background positioning using new preprocess in .theme Preprocess works like it does in the layout builder sections except it will update immediately if the file image's focal point is updated.

Updated css to reflect new changes. Removal of absolute positioning fixes the problem with the navigation being covered by the title. Everything should scale well now.

Changed the top padding to be 300px vs 200px to imitate the old version's bigger title image.

Resolves #1292

jnicholCU commented 1 week ago

For testing this does require the section_background image style so if you may need to make sure your image styles are up-to-date from the content entities repo