Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More retina support #157

Open
PowerKiKi opened this issue Oct 26, 2021 · 0 comments
Open

More retina support #157

PowerKiKi opened this issue Oct 26, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@PowerKiKi
Copy link
Member

Investigate the replacement of all background-size: contain with object-fit: contain and proper <img> tag in order to leverage <img [naturalSrcDensity]="'/api/image/123/200'" />.

So more or less:

- <div style="background-size: contain; background-image: '/api/image/123/200' ">
+ <img style="object-fit: contain;" [naturalSrcDensity]="'/api/image/123/200'">
@PowerKiKi PowerKiKi added enhancement New feature or request help wanted Extra attention is needed labels Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant