您好我需要在contao网站(https://rocksolidthemes.com/de/contao/blog/responsive-images-picture-contao)制作响应式图像。所以我在主题模型中创建了一个图像大小并添加了一个媒体查询。在布局中添加必要的配置。但它在新闻中并没有像预期的那样发挥作用。但在画廊,图像内容元素工作。会是什么原因?
<?php if ($this->addImage): ?>
<?php $this->arrData['size'] = '17'; $this->addImageToTemplate($this,$this->arrData); ?>
<?php $this->insert('image', $this->arrData); ?>
<?php endif; ?>
</div>
image.html5
<?php $this->insert('picture_default', $this->picture); ?>