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

AssetService doesn't parse thumbnail mediaQuery config if format is not AUTO #245

Open
benwalch opened this issue Jan 22, 2025 · 0 comments

Comments

@benwalch
Copy link
Member

Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no

Because of this condition (what's the advantage of this ?) the asset service does not parse and process any configured media queries if something other than "auto" is set as the format:

    if (!$isAutoFormat) {
        continue;
    }

This lines should be removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant