Hi mehmettas, You can add the following CSS code to /templates/ja_teline_v/css/custom.css file
.article-main .article-intro-media .item-image { max-height: 100%; }
Hello,
Thank you for your interest.
With this setting, the full article image is growing very much. The quality of the original image is deteriorating. It should be a more appropriate and aesthetic solution.
Hi mehmettas, With this layout, your image size is small and can not show well with 100%. The best way is to keep the original size with the following CSS code:
.article-main .article-intro-media img { width: auto; margin: 0 auto; }