By Justin Throngard on Tuesday, 11 April 2017
Posted in General
Likes 0
Views 517
Votes 0
My video gallery page made with Easyblog is not going well. First, the video embeds are not the correct size and the embed HTML shows this:


<iframe title="YouTube video player" width=" width=" 800""="" height=" height=" 450""="" src="https://www.youtube.com/embed/c7xrKRV1YMQ&wmode=transparent" frameborder="0" allowfullscreen=""></iframe>


So the width and height properties are all messed up. The max width and height in the media settings also are set to 800 by 450.

Secondly, there shouldn't be a hard setting for the width and height. The video embed wouldn't be responsive. How can I make these settings work and go full width with a proportionate height?
Hey Justin,

I would suggest you to set the video maximum width around 1000px or above so blogger can able to set more than 1000px width because we do not know how the blogger like to show how many video width their want, i assume if the blogger set the video width over 1000px or 2000px, by default Easyblog will used css to control the video maximum width is 100% only, so it will not messed up the blog layout when they set video width to higher.

Hope this will help.
·
Wednesday, 12 April 2017 10:51
·
0 Likes
·
0 Votes
·
0 Comments
·
I don't think you understand what the problem is. Visit this and look at the video container HTML. http://www.cbdschool.com/video/will-cbd-get-me-high
·
Wednesday, 12 April 2017 23:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh, is it you asking why that width and height html become like this?

<iframe title="YouTube video player" width=" width=" 800""="" height=" height=" 450""="" src="https://www.youtube.com/embed/c7xrKRV1YMQ&wmode=transparent" frameborder="0" allowfullscreen=""></iframe>


If yes, I also did a test on my locally, it seems work fine. (video : http://take.ms/SSoZW )

Perhaps you can provide us with this http://www.cbdschool.com domain site Joomla backend and FTP access so I can better have a check?
·
Thursday, 13 April 2017 12:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Where do I enter that so its private?
·
Thursday, 13 April 2017 22:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin,

You may either add the access at https://stackideas.com/dashboard/site or edit your first post above and include the site access.

By the way, please do understand that our support is only limited to users with an active subscription but since this is an ongoing issue before your license expired, we'll assist you just this once.
·
Friday, 14 April 2017 01:14
·
0 Likes
·
0 Votes
·
0 Comments
·
I have an active developers license. I've edited the first post.
·
Friday, 14 April 2017 01:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin,

Can you try to view the video and see if it is rendering correctly for you now?
·
Friday, 14 April 2017 02:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes it does. What was changed?
·
Friday, 14 April 2017 02:40
·
0 Likes
·
0 Votes
·
0 Comments
·
I believe what my colleague did is just correct back the video tag value from the post, can you try submit a new blog post with the video embed and see how it goes?

By the way, I did applied some css fix in JoomlaFolder/templates/beez_20/css/general.css for the video frame styling issue on your blog frontpage, it should look fine now.

div#fd.eb iframe {
max-width: 100%;
}
·
Friday, 14 April 2017 14:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes the video embed dimensions work fine now. Thank you.
·
Friday, 14 April 2017 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Saturday, 15 April 2017 08:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post