Skip to content
Snippets Groups Projects
Commit 9b28150a authored by Brad's avatar Brad
Browse files

add img src

parent 02032ed5
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@
#editContentlet($news.inode)
#if($UtilMethods.isSet($news.image))
<a itemprop="url" href="$news.urlTitle">
<img itemprop="image" class="" alt="$news.imageDescription" src="">
<img itemprop="image" class="" alt="$news.imageDescription" src="/contentAsset/image/$!{news.image.identifier}/fileAsset/filter/Resize/resize_w/150">
</a>
#if($UtilMethods.isSet($news.caption))
<p class="" itemprop="caption">$news.caption</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment