CollectionBuilder / collectionbuilder-csv

CollectionBuilder-CSV is a "stand alone" template for creating digital collection and exhibit websites using Jekyll and a metadata CSV.
MIT License
21 stars 16 forks source link

Thumb size in generate_derivatives #83

Closed evanwill closed 4 months ago

evanwill commented 4 months ago

This PR fixes bug where thumb images generated by rake generate_derivatives are too small for rendered size. This bug came up because the width of .container is larger in bootstrap 5 than in the older template theme. The card top images featured on Browse are currently 415pixel wide, while the rake task generated images 300x300 (i.e limited to 300 pixel max in either width or height).

This PR updates it to 450x, limiting only the width at a size large enough to naturally render correctly on the Browse page, and add information to the docs.