Responsive images

hi can we create more than 3 images in the built-in image renderer?

You can make new formats in the backend, see the docs here.

// path: ./config/plugins.js

module.exports = ({ env }) => ({
  upload: {
    config: {
      breakpoints: {
        xlarge: 1920,
        large: 1000,
        medium: 750,
        small: 500,
        xsmall: 64
      },
    },
  },
});

More than 5 possible? I didn’t see it in the documentation.

Have you tried? I believe you can have more than 5 and name them whatever you want.