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
When users upload images, automatically create a compressed version (smaller file size).
Show the compressed version by default on the page.
Only load the full-resolution image when users click on it.
Type of feature
User Experience (UX)
Additional context
When a page has many images, it loads slowly and uses too much bandwidth.
Example:
A user uploads a 5MB photo. The page shows a compressed 200KB thumbnail. When clicked, it opens the original 5MB image in a pop-up.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Type of feature
User Experience (UX)
Additional context
When a page has many images, it loads slowly and uses too much bandwidth.
Example:
A user uploads a 5MB photo. The page shows a compressed 200KB thumbnail. When clicked, it opens the original 5MB image in a pop-up.
The text was updated successfully, but these errors were encountered: