Commit da210361 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

photos design update

See merge request manzarH/dic-global-dev!27
parents 612727c3 c129d7f5
...@@ -17,27 +17,29 @@ ...@@ -17,27 +17,29 @@
* @ingroup themeable * @ingroup themeable
*/ */
#} #}
<div class="container-fluid spacerTB"> <div class="container-fluid spacerTB">
<div class="row"> <div class="row">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<div class="p_masarny grid row" style="position: relative; height: 2981.19px;"> <div class="p_masarny grid row">
{% for row in rows %} {% for row in rows %}
<div class="grid-item" style="position: absolute; left: 0px; top: 0px;"> <div class="grid-item">
<a href="" data-lightbox="image-1" data-title="My caption"> <a href="images/lm1.jpg" data-lightbox="image-1" data-title="My caption">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_image }}'] }} {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_image }}'] }}
<div class="grit_itm_inner"> <div class="grit_itm_inner">
<h5>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h5> <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> </div>
</a> </a>
</div> </div>
{% endfor %} {% endfor %}
</div> </div>
</div>
</div> </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