CuBoulder / tiamat-theme

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

Update Slide Size/Image #1252

Closed jnicholCU closed 2 months ago

jnicholCU commented 2 months ago

Added three new image styles: Slider Ultrawide (1600x600) Slider Widescreen (1600:900) Slider 3:2 (1500:1000)

Each style has the proper sizing dictated by Kevin The Slider block has been updated to have the proper names and sizes associated with them. The slide paragraph now has the default image style set to Original. The slider block template has had it's sizing logic moved to the paragraph slide template. The paragraph slide template uses parent logic to check what side the slider is going to be and applies the appropriate style to each image.

Sister PR: https://github.com/CuBoulder/tiamat-custom-entities/pull/165

Closes #1240