You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since on Line 18 in .Picture(), sets imgAltFallback: imgItem.EntityTitle, when you get to line 35 above, the fallback has already set pic.Alt to the title. So you unexpectedly get a caption over the image, repeating the content's Title.
The text was updated successfully, but these errors were encountered:
I'm submitting a
[x] bug report
...about
[x] Razor templating
Current Behavior / Expected Behavior
You can see the problem in the Content App v16.x,
bs4/Content/Text and Image.Part-Image.cshtml
line 35Or the bs5 version.
Since on Line 18 in .Picture(), sets
imgAltFallback: imgItem.EntityTitle
, when you get to line 35 above, the fallback has already set pic.Alt to the title. So you unexpectedly get a caption over the image, repeating the content's Title.The text was updated successfully, but these errors were encountered: