Issue with Cropping Images with Circular Mask in Strapi

Hello,

I’m facing an issue where I need to create a circular mask for images in Strapi. My front-end is a bit atypical, since it is google docs. Essentially I’m using Strapi to store some images and text pieces that I put together in a google document using Apps Script.

My issue is that I have many square images, but i need them to be circular when i use them on my front end. Apps Script doesn’t support cropping images to a circle as far as I know.

I’m still very new to Strapi. Any help would be greatly appreciated!

  • Strapi Version: 4.6.1
  • Operating System: Windows
  • Node Version: 18.19.0

You could use a tool to give circular shape to your images, such as canva, and save them in an extra file with that form factor for when you need to use that format.