Commit c129d7f5 by Manzar Hussain

photos design update

parent f6e2ffd9
......@@ -17,27 +17,29 @@
* @ingroup themeable
*/
#}
<div class="container-fluid spacerTB">
<div class="row">
<div class="container">
<div class="row">
<div class="col-12">
<div class="p_masarny grid row" style="position: relative; height: 2981.19px;">
<div class="col-12">
<div class="p_masarny grid row">
{% for row in rows %}
<div class="grid-item" style="position: absolute; left: 0px; top: 0px;">
<a href="" data-lightbox="image-1" data-title="My caption">
<div class="grid-item">
<a href="images/lm1.jpg" data-lightbox="image-1" data-title="My caption">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_image }}'] }}
<div class="grit_itm_inner">
<h5>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h5>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}</p>
</div>
</a>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment