You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.