nicolashmln / strapi-plugin-responsive-image

Custom responsive image formats for https://strapi.io
154 stars 28 forks source link

Feature: easily predefine image formats in code #47

Open svenruegg opened 6 months ago

svenruegg commented 6 months ago

For persistancy between different deployments I want to be able to predefine image formats directly in the code. tbd where this can be placed...

boazpoolman commented 6 months ago

You could use the config sync plugin to very easily export those settings to JSON and have them be persistent through different deployments