Closed (fixed)
Project:
radix
Version:
6.0.0-beta18
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2024 at 09:27 UTC
Updated:
6 Jun 2024 at 18:04 UTC
Jump to comment: Most recent
Images aren't printed at all.
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,
} %}
Comments
Comment #2
doxigo commentedHey 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
Comment #4
doxigo commentedThomas pushed a fix to the latest dev release, could you test and see if it fixes the issue?
Comment #5
thomas.frobieterYes! The fix works well (:
Comment #6
m.gaderer commentedCool! This fix works!! Thx