We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, since a shopware update the sizes-attribute for the thumbnail is calculated forcedly. shopware/storefront@85b0e59 to do this, the columns value is used, this should theoretically be set in the individual columns, otherwise the value from the parent container is always inherited. e.g. here the 3 https://github.com/shopware/storefront/blob/trunk/Resources/views/storefront/section/cms-section-block-container.html.twig#L24. the sizes are then calculated for all columns as for 3 and then come too small, e.g. in a two-grid.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi, since a shopware update the sizes-attribute for the thumbnail is calculated forcedly. shopware/storefront@85b0e59
to do this, the columns value is used, this should theoretically be set in the individual columns, otherwise the value from the parent container is always inherited. e.g. here the 3 https://github.com/shopware/storefront/blob/trunk/Resources/views/storefront/section/cms-section-block-container.html.twig#L24. the sizes are then calculated for all columns as for 3 and then come too small, e.g. in a two-grid.
The text was updated successfully, but these errors were encountered: