thunderbird / thunderblog

A simple, responsive, mobile-first Wordpress theme for the Thunderbird Blog
https://blog.thunderbird.net
MIT License
9 stars 5 forks source link

Enlarge featured image dimensions for "sticky" posts #55

Closed LinuxForEveryone closed 4 months ago

LinuxForEveryone commented 6 months ago

Prior to version 1.0.15, the featured image shown for "sticky" blog posts (or or whichever post occupies the featured slot at https://blog.thunderbird.net) was larger. After the version bump, it appears to be significantly smaller (as illustrated in screenshot).

Screenshot 2024-04-24 at 7 41 25 AM

It should be enlarge to occupy more of that empty space. Thank you!

devmount commented 6 months ago

Hi Jason, thank you for this report. Are you sure it was bigger before? It is sized with grid and normally has 2/5 of available width:

thunderblog_feat_image

But since the title of that post is really long, how about the following:

Something like this: image

@micahilbery @MelissaAutumn What do you think?

LinuxForEveryone commented 6 months ago

Aha, you're absolutely right @devmount! Confirmed that it was my imagination by visiting Wayback Machine. I didn't realize it was responsively shrinking the image. Not my call, but I like your proposed changes to the title width and image dimensions. Thanks for all your work!

micahilbery commented 6 months ago

I do like letting the title extend to the full width of the container, especially with longer titles like this.

devmount commented 6 months ago

@KillYourFM Haha no worries, still a good catch since thumbs in landscape mode are indeed very small in the current layout. @micahilbery Alright, I'll look into this