nuxt / image

Plug-and-play image optimization for Nuxt applications.
https://image.nuxt.com
MIT License
1.28k stars 253 forks source link

fix(cloudinary): map `cover` to cloudinary's `lfill` mode #1355

Closed ptdev closed 1 month ago

ptdev commented 1 month ago

This fixes the mapping for the default "cover" fit mode between nuxt-image and cloudinary.

It was previously mapped to cloudinary's "fit" mode where it should be mapped to their "lfill" mode.

Related to issue #1354