INN / umbrella-sfpublicpress

San Francisco Public Press
https://sfpublicpress.org/
GNU General Public License v2.0
1 stars 4 forks source link

Styling for thumbnails in secondary gray featured content box #78

Closed MirandaEcho closed 4 years ago

kaylima commented 4 years ago

Screen Shot 2020-05-28 at 11 36 55 AM

  1. Go to homepage and look at right sidebar with thumbnail images

RESULT: Different sizes/aspect ratios

EXPECT: standardize the thumbnails... is 150 x 150 possible? or something similar. whatever WP best practices are for that so they look intentional. thanks!

joshdarby commented 4 years ago

@kaylima @MirandaEcho I think our best bet here would be to just set the widget image option to Large (full width of the widget)

That way all of the images are the same width and their aspect ratios aren't being messed with by hardcoded width/height constraints. I've updated the widget on staging to show as an example: http://sfpublicpress.flywheelsites.com/

screencapture-sfpublicpress-flywheelsites-2020-05-29-15_59_32

kaylima commented 4 years ago

looks good to me, @joshdarby !

benlk commented 4 years ago

That causes the images to be huge, which negatively affects page loads, unfortunately.

https://github.com/INN/largo/issues/1865