# Video section

### 4. Video section

> Row stretch: Stretch row and content
>
> Extra class(row): video-blog background-image
>
> Column : 2
>
> Choose background image for Design options tab

![](https://460755057-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl1d49lBAg3jv6axyszMB%2Fuploads%2FlpIMoZnBiEF518eNTTry%2Fvideo-blog.png?alt=media\&token=d793b41b-640f-497c-9943-7f7300d75787)

#### **Step: 1**

**Column 1:**

> Extra class name: video-col background-image
>
> Set background image in design option.

Open Text block

Copy and paste below code

```html
<p>
<button class="video-btn btn" type="button" data-toggle="modal" data-target="#myModal">[icon name="caret-right" class="" unprefixed_class=""]</button></p>
<p><!-- Modal --></p>
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<p><!-- Modal content--></p>
<div class="modal-content">
<div class="modal-body"><iframe src="https://www.youtube.com/embed/W_B2UZ_ZoxU" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div>
</div>
</div>
</div>
```

![](https://460755057-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl1d49lBAg3jv6axyszMB%2Fuploads%2FOshiQVZ9HPLI2sxfsish%2Fvideo-blog02.png?alt=media\&token=31b3a796-d8e2-485f-8fca-82f886793561)

#### **Step 2:**

**Column 2:**

> Extra class name: get\_latest-col

Open text block

Copy and paste the below code

```html
<div class="home1-newsletter">
<h2>To get Latest News</h2>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
[newsletter_form button_label="Subscribe Now!"]
[newsletter_field name="first_name" label="Name"]
[newsletter_field name="email" placeholder="Enter your Email" label="Email"]
[/newsletter_form]

</div>
```

![](https://460755057-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl1d49lBAg3jv6axyszMB%2Fuploads%2FwCmh1d2PARAtQEo6xvDU%2Fvideo-blog04.png?alt=media\&token=e9822ce4-ad72-4932-9423-417e64461974)
