Avoid Upscaling Small Game Boxart Images #854
Labels
No labels
automated
code-quality
component: admin dashboard
component: backend
component: billing
component: content management
component: faqs
component: game genres
component: game lists
component: game reviews
component: game search
component: games
component: internal notifications
component: platforms
component: security
component: tests
component: user api
component: user badges
component: user blogs
component: user consoles
component: user favorites
component: user friends
component: user notifications
component: user profiles
component: user site notifications
component: user wishlists
component: web design
dependencies
javascript
php
priority
high
priority
low
priority
medium
security-hotspot
source: codex
source: sonarqube
status
awaiting feedback
status
backlog
status
done
status
in progress
status
in queue
status
in review
status
needs codex review
status
needs investigation
status
wontfix
type: bug
type: documentation
type: feature
type: improvement
type: regression
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
MyVideoGameList/myvideogamelist.com#854
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Very small game boxart should not be enlarged until it becomes blurry. Large and moderately sized boxart can still fit the available layout, but tiny source images need a lower-impact presentation so original assets remain usable without making game pages and cards look fuzzy.
Current game image surfaces use fixed display widths or full-width containers with
object-coverorobject-contain, whileGameMediaUrlsonly resolves the URL. The implementation should define a threshold-backed presentation rule for small boxart and apply it consistently to the main user-facing game image surfaces.Scope
GameMediaUrls.Acceptance Criteria
Test Coverage Required
npm run buildif frontend assets or shared JavaScript/CSS change.vendor/bin/pint --dirty --format agentbefore implementation closeout if PHP files change.Progress Checklist
vendor/bin/pint --dirty --format agentif PHP files changedImages smaller than a certain size should not be upscaledto Avoid Upscaling Small Game Boxart Images