<!-- Error rendering component -->
<!-- TwigException: Unable to find filter resize -->
<!-- Error: TwigException: Unable to find filter resize
    at /builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/twig/src/adapter.js:156:24
    at new Promise (<anonymous>)
    at TwigAdapter.render (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/twig/src/adapter.js:134:16)
    at ComponentSource._renderVariant (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/fractal/src/api/components/source.js:212:30)
    at _renderVariant.next (<anonymous>)
    at onFulfilled (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/co/index.js:65:19) -->
{% set className = className is defined and className != '' ? ' ' ~ className : '' %}
{# --BLUEPRINT DO NOT REMOVE--
<!-- atom / Avatar avatar -->
{% include '@atoms/Avatar/.twig' with avatar only %}
<!-- atom / Icon icon -->
{% include '@atoms/Icon/.twig' with icon only %}

/--BLUEPRINT DO NOT REMOVE-- #}
<div class="member-avatar-layer{{ className }}">
    <a href="{{ link }}">
        {% include '@atoms/avatar/avatar.twig' with {
            'avatar': avatar
        } only %}
        {% include '@atoms/copy/copy.twig' with {
            text: name,
            className: 'caption text-white'
        } only %}
    </a>
</div>
{
  "avatar": {
    "default": {
      "src": "https://loremflickr.com/100/100/people",
      "alt": "Delectus error ut rem porro.",
      "width": 100,
      "height": 100
    },
    "sources": [
      {
        "src": "https://loremflickr.com/100/100/people",
        "media": "(max-width: 2560px)"
      }
    ]
  },
  "link": "#",
  "name": "Laila C."
}
  • Handle: @member_avatar_layer
  • Preview:
  • Filesystem Path: resources/Views/Molecules/memberAvatarLayer/member_avatar_layer.twig

title: Member avatar layer

{% include '@molecules/member_avatar_layer/member_avatar_layer.twig' with {
} only %}

ACF

Fields