【问题标题】:Typo 3 neos thumbnailsTypo3 neos 缩略图
【发布时间】:2016-08-14 21:25:30
【问题描述】:

我在前端的typo3 neos 中有一个媒体库。我得到了带有代码的大图像

<a class="js-gallery" href="{f:uri.resource(resource: image.resource)}">
<media:image image="{image}" alt="{alternativeText}" title="{title}" maximumWidth="{maximumWidth}" maximumHeight="{maximumHeight}" />

我需要从大图像中获取图像缩略图。 我该怎么做?

【问题讨论】:

    标签: image thumbnails neoscms


    【解决方案1】:

    您可以调整 maximumWidthmaximumHeight 视图辅助参数来缩小图像:

    <media:image image="{image}" alt="{alternativeText}" title="{title}" maximumWidth="400" maximumHeight="300" allowCropping="TRUE" />
    

    allowCropping 参数将裁剪图像以适合给定尺寸。

    【讨论】:

      猜你喜欢
      • 2015-06-23
      • 1970-01-01
      • 1970-01-01
      • 2018-04-12
      • 2014-02-05
      • 2015-04-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多