Problem/Motivation

Images aren't printed at all.

Steps to reproduce

Proposed resolution

Not tested much yet, but adding 'uri' as 'src' value seems to work well.

{#
/**
 * @file
 * Template for an image field.
 */
#}
{% include 'radix:image' with {
  src: uri,
  responsive: true,
} %}

Remaining tasks

User interface changes

API changes

Data model changes

Comments

thomas.frobieter created an issue. See original summary.

doxigo’s picture

Hey Thomas, thanks for the issue, I am aware, hopefully push a fix today, the issue is that the media breaks if I fix the Image and vice-versa, will wrap it up

  • doxigo committed 0b72da1f on 6.0.x
    Issue #3447560 by thomas.frobieter, doxigo: image.html.twig is missing...
doxigo’s picture

Status: Active » Fixed

Thomas pushed a fix to the latest dev release, could you test and see if it fixes the issue?

thomas.frobieter’s picture

Yes! The fix works well (:

m.gaderer’s picture

Cool! This fix works!! Thx

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.