lwojcik / eleventy-template-bliss

Single-column blog template for Eleventy focused on simplicity without sacrificing functionality
https://eleventy-bliss.lkmt.us/
MIT License
84 stars 19 forks source link

handle edge case of more than 5 lines in title #126

Closed mark-pitblado closed 1 month ago

mark-pitblado commented 2 months ago

This also dynamically scales the font size down as the number of lines increases so that it can more easily fit in the image. Scaling down by 5 points per line seems to be okay for all the images on my blog, the main objective was solving the 5 lines problem.

The other alternative would be to increase the characters per line, but without the final else there would always be the possibly that a user overruns.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
eleventy-bliss ✅ Ready (Inspect) Visit Preview Aug 4, 2024 7:12pm
lwojcik commented 2 months ago

Hi @mark-pitblado, thank you a lot! I'll have a look and merge it soon.

lwojcik commented 1 month ago

Okay, LGTM, merging it shortly. Thanks again!