funkhaus / fuxt

A complete Headless WordPress tech stack built on Nuxt.
219 stars 28 forks source link

Don't allow Gutenberg images to size above thier native res #76

Open drewbaker opened 1 year ago

drewbaker commented 1 year ago

If you have a small image (like 700px wide), the Gutenberg image block will default to a max-width of "full" with becomes 100% wide... it will scale up the image... We should never allow the max-width to go above the pixel width of the image I think.

drewbaker commented 1 year ago

See happy place /artists/person-name/apple-x-black-history-month-episode-1-matriachs-2/ for an example