Change size of image through css in outer div container
问题 I want to change the width of an image via css. As I am doing this through typo3 I only have access to the outer div container (custom border of the content element). So I added the following line to my css file: .Bild-Startseite img { max-width:50% !important; } The div container is using Bild-Startseite . Unfortunately the container does not resize, leaving a blank area on the right of the image. How can this be corrected, so the image is aligned to the right and the text floating around it