Support ForumVideo Size in Homepage – Support Forum https://support.ishyoboy.com/forums/topic/video-size-in-homepage/feed Fri, 03 Jan 2025 03:04:22 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/video-size-in-homepage/#post-6580 <![CDATA[Video Size in Homepage]]> https://support.ishyoboy.com/forums/topic/video-size-in-homepage/#post-6580 Thu, 05 Feb 2015 18:30:47 +0000 netcrime Hey great theme I checked like 200 themes and desided to buy yours.

I wan’t to add video in homepage (demo creative).

I’m using RAW HTML element to be able to choose video size.

<iframe width="560" height="315" src="https://www.youtube.com/embed/1pAghftKz-s" frameborder="0" allowfullscreen></iframe>

width 560 height 315 but on my homepage video size still > 1000 px

Img

How can I change video size on homepage?

]]>
https://support.ishyoboy.com/forums/topic/video-size-in-homepage/#post-6586 <![CDATA[Reply To: Video Size in Homepage]]> https://support.ishyoboy.com/forums/topic/video-size-in-homepage/#post-6586 Fri, 06 Feb 2015 06:27:28 +0000 IshYoBoy Hey there,

to make video smaller there are 2 options:

1. to add css styles to your iframe element, something like this:

<iframe width="560" height="315" src="https://www.youtube.com/embed/1pAghftKz-s" frameborder="0" allowfullscreen style="max-width:560px; height:315px;"></iframe>

But being responsive it’s not scale proportionally, so maybe we suggest another solution.

2. to wrap raw html element (with your basic iframe code) into row and split that row as e.g. 1/3 + 1/3 + 1/3. And you place your video into middle one column, the two on the sides stay empty.

Please let us know if it’s ok for you
Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>