Is it possible to change the aspect ratio of the image displayed within the article ?, for example to 16: 9 more or less. Because it is too wide, too landscape ... and then it is difficult to find a useful image for that space
delinea Hi its already using responsive width in size like all images. Yes there is height issue as in article view max height is set you can increase max height by adding this code in custom.css
.article-main .article-intro-media .item-image { max-height: 384px; }
Regards
Thank you, perfect
delinea You are welcome!