You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the CMS tries to do serverside scaling of images when showing them in the mediabrowser and mediapicker to make them fit, this fails for images with a format not supported for serverside resizing.
This can be fixed by adding the following css to the ui-box that contains the image - i believe something like the class .genericview ui|labelbox[image^="/"] ui|labelbody would do
background-size: contain;
The text was updated successfully, but these errors were encountered:
While the CMS tries to do serverside scaling of images when showing them in the mediabrowser and mediapicker to make them fit, this fails for images with a format not supported for serverside resizing.
This can be fixed by adding the following css to the ui-box that contains the image - i believe something like the class
.genericview ui|labelbox[image^="/"] ui|labelbody
would dobackground-size: contain;
The text was updated successfully, but these errors were encountered: