contao / managed-edition

Contao Managed Edition
17 stars 13 forks source link

standard image sizes / standard pixel density in theme #28

Closed michaelgawlik closed 7 years ago

michaelgawlik commented 7 years ago

standard image sizes / standard pixel density in theme settings hasn't any effect. If you use the input for pixel density and scaling factor in a specific image size - it works as expected.

leofeyer commented 7 years ago

How do I reproduce this in the online demo?

michaelgawlik commented 7 years ago

Themes > Settings > Tab: Image sizes

then create an image size and leave the input field for Pixel densities/scale factors blank.

fritzmg commented 7 years ago

@dillinja you are misunderstanding this setting. This setting will be used whenever you do not use an image size setting for an image. e.g. if you use one of the other modes, like proportional, box, center_center etc.

See https://github.com/contao/core/issues/8171

michaelgawlik commented 7 years ago

ah, I got it. Thank you.