Skip to content
Snippets Groups Projects
Commit 8c88169a authored by Brad's avatar Brad
Browse files

add class to image

parent 6bff58bb
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@
#editContentlet($news.inode)
#if($UtilMethods.isSet($news.image))
<a itemprop="url" href="$listingUrl/news/$news.urlTitle">
<img itemprop="image" class="" alt="$news.imageDescription" src="/contentAsset/image/$!{news.image.identifier}/fileAsset/filter/Resize/resize_w/150">
<img itemprop="image" class="news-thumb" 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