Skip to content

youtube video section on home page

1280 Views 9 Replies

0 Members and 3 Guests are viewing this topic.

Re: youtube video section on home page
Reply #3 on:
#4

You would add an html ezblock.
Under Ezportal - ezBlock Manager
Then under the center column you would add an html ezblock.
Copy the youtube code.

Adjust the size of the video code copied over by changing the height/width tag to what is needed.

Then on "Visible Areas" page choose only home page.
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/
Re: youtube video section on home page
Reply #4 on:
#5

You would add an html ezblock.
Under Ezportal - ezBlock Manager
Then under the center column you would add an html ezblock.
Copy the youtube code.

Adjust the size of the video code copied over by changing the height/width tag to what is needed.

Then on "Visible Areas" page choose only home page.


Thanks for putting on the required steps. Following that I am able to add video section in the center but now another problem arises that other side is empty. So I was wondering could we be able divide the center portion into two half sections and place 2 videos side by side. Please check the attached screenshot for explanation .
Re: youtube video section on home page
Reply #5 on:
#6

You would add an html ezblock.
Under Ezportal - ezBlock Manager
Then under the center column you would add an html ezblock.
Copy the youtube code.

Adjust the size of the video code copied over by changing the height/width tag to what is needed.

Then on "Visible Areas" page choose only home page.


Thanks for putting on the required steps. Following that I am able to add video section in the center but now another problem arises that other side is empty. So I was wondering could we be able divide the center portion into two half sections and place 2 videos side by side. Please check the attached screenshot for explanation .


Anyone having any clue if the above asked query could be resolved or not ?
Re: youtube video section on home page
Reply #7 on:
#8
You can use a table html tag and create two columns then place one youtube in one and the other in column


Thanks for giving this option but I am not able to find this option of "table HTML tag" ,sorry but I am not aware of html language if that's required here,  could you please explain & elaborate the steps or screenshots where to find this option to choose or what I should be doing ? it will be greatly appreciable.
Re: youtube video section on home page
Reply #9 on:
#10
There is not  table ezblock it is html code you enter like this in in an html ezblock

Code: [Select]
<table>
<tr>
<td>Youtube video here or link</td>
<td>Youtube video #2 here or link</td>
<tr>
</table>






Eureka, It worked, amazing results. Thanks for that. Attached is the screenshot how the page looks now.
 

Related Topics