Skip to content

Remove Cloudinary Image Transformation and Use CSS for Thumbnail Styling #205

Open
@Abh1noob

Description

@Abh1noob

Currently, our website uses Cloudinary URLs with transformation parameters (e.g., /image/upload/w_400,h_400,c_fill/v1745322004/tzcpzhzz6bkrnlh3r2qw.jpg) to generate 400x400 pixel thumbnails with a "fill" crop.

These transformations consume Cloudinary credits. To optimize costs, remove these transformations, uploading pre-sized thumbnail images (400x400 pixels) to Cloudinary, and using CSS to achieve the same visual effect (cropped, centered images) on our website.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions