Commit af9f19b8 by Manzar Hussain

videos page

parent 02c544be
{#
/**
* @file
* Default theme implementation to display a view of unformatted rows.
*
* Available variables:
* - title: The title of this group of rows. May be empty.
* - rows: A list of the view's row items.
* - attributes: The row's HTML attributes.
* - content: The row's content.
* - view: The view object.
* - default_row_class: A flag indicating whether default classes should be
* used on rows.
*
* @see template_preprocess_views_view_unformatted()
*
* @ingroup themeable
*/
#}
<div class="container-fluid spacerTB">
<div class="row">
<div class="container">
<div class="row">
<div class="col-12">
<div class="h_c_b_wrapper">
<h6 class="h_c_w_bnm">Dolor sit ametn consectetur</h6>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed
to using 'Content here, content here',</p>
</div>
<div class="v_c_o_b">
<div class="v_i_c_b">
{% for row in rows %}
<div class="slider rbc_slider_b">
<div class="rbc_b_t">
<iframe width="100%" src="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_video_link }}'] }}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
{% endfor %}
<div class="slider rbc_slider_s">
{% for row in rows %}
<div class="rbc_s_t">
<div class="v_b_c_b">
<div class="v_t_ob">
<div class="v_t_i_b">
<img src="images/y_t_img.jpg" />
<div class="y_t_ic">
<img src="images/youtube.png" />
</div>
</div>
<div class="v_t_c_b">
<div class="vcb_inner">
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</p>
</div>
</div>
</div>
</div>
</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