Skip to content

Commit

Permalink
[FIX] add lightbox class for news detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jul 1, 2016
1 parent 876c521 commit 0deded7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/templates/pages/content/plugins/newsDetail.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ externalLink: false #just add link (http://link.com) instead of "false" to use t
<div class="news-img-wrap">
<div class="outer">
<div class="mediaelement mediaelement-image">
<a href="fileadmin/_processed_/csm_foto1_a9a1e3b383.jpg" title="Foto 1 title" class="{$styles.content.imgtext.linkWrap.lightboxCssClass}" rel="lightbox[myImageSet]">
<a href="images/foto1.jpg" title="Foto 1 title" class="lightbox">
<img title="Foto 1 title" alt="Foto 1 alternative text" src="images/foto1.jpg" width="282" height="188"> </a>
</div>
<p class="news-img-caption"> This is Öresundsbron, the bridge between Sweden and Denmark. </p>
Expand Down

0 comments on commit 0deded7

Please sign in to comment.