By stefano rigazio on Thursday, 24 December 2015
Posted in General Issues
Replies 9
Likes 0
Views 862
Votes 0
I had set the configuration time of the video with the following measures:
800
600
but after I upgraded to EasyBlog I am cambaite and all the video I uploaded here http://www.roygigolo.com/blog/video have changed, how do I correct size without entering each item?
thanks a lot

stefano
Your real issue has nothing to do with the "800px" width and this is why it is getting so confusing Your main issue now is the video isn't displaying on a 100% width instead of 800 pixels.

If you want the video to be fluid, you must use the code below instead,



Remove the earlier code that you have added for the 800px enforcement.
·
Tuesday, 29 December 2015 23:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Do you mean you want the video to be fluid? You can add the block of css codes below to enforce a 100% fluid width video:

·
Friday, 25 December 2015 03:00
·
0 Likes
·
0 Votes
·
0 Comments
·
No I explained badly, I had previously set the size of the video to 800x600 but after the last update of EasyBlog have changed and now are 600x450, I tried to change the settings of the video in the post but no changes, where am I wrong?
·
Monday, 28 December 2015 15:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry, but I am lost here. When I clicked on the embed video button, the default value is 800 x 600 as you can see here, http://screencast.com/t/QhataYeGfNV

This settings does not enforce the width / height if the user enters a smaller width / height. It only enforces when the user sets a larger value.
·
Tuesday, 29 December 2015 00:24
·
0 Likes
·
0 Votes
·
0 Comments
·
I know this, but the problem arose after the last update of EasyBlog. I had already set in EasyBlog size 800x600 but when I upgraded changed (now I reset the correct measurements) and now I have all the videos with smaller size, how do I bring them back to 800x600?
·
Tuesday, 29 December 2015 00:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Looking at the source of the post, the embedded codes are all using 600 x 450. For instance, try to edit the post "Roy Gigolo cerca la Beata Vergine Maria". You will see that it uses the following codes,



The only way to enforce it to use 800 * 450 is to use the following css codes,


body .legacy-video-container iframe {
width: 800px !important;
}
·
Tuesday, 29 December 2015 00:44
·
0 Likes
·
0 Votes
·
0 Comments
·
I did what you said but in the mobile video will not fit, as I solve the problem?
·
Tuesday, 29 December 2015 01:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Stefano,

I just tried to check your site and test the css code that my colleague provide above and it seems like the it shows well in mobile view as you can see from my screenshot here, http://screencast.com/t/UTAwOF6bAoj . Am I missing something here?
·
Tuesday, 29 December 2015 11:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello just look here and see the problems.
For example in the resolution:
480 × 800
320 × 480
480 × 320
800 × 480
768 × 1024
1024 × 768
the video will not fit
·
Tuesday, 29 December 2015 15:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post