• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] JW Player FullScreen issue

Started by teamwukar,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

teamwukarTopic starter

Hi there, when I try to view my video in fullscreen, it gets cutoff like it's zoomed in too far. Any ideas how to fix this?

http://videos.teamwukar.com/video/7/best-work-from-home-businesses/

Also, is there any way with this template to instead of having all of that black space around the video, to squeeze that area down so it's not 100% wide?

Thanks
  •  

Marius P.

Hi,
you can play with stretching on the player, line 258:

stretching: "uniform"



in lib/class.providers.php




QuoteWith respect to dynamic resizing of the video you have the following options:

stretching (uniform,fill,exactfit,none)
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.

I'm not sure what you mean by squeezing that area...
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

teamwukarTopic starter

Hi there, what I mean by the spacing is :

https://www.youtube.com/watch?v=V0I6oVC0uec

You see how there is white space to the left of the video, so the video isn't stretched all of the way to the left of the page? Is there a way to do that instead of having the page stretch to the entire width?

Thanks
  •  

Marius P.

You need to streach the video page I assume, something like this:

.body-video #wrapper {
max-width: 97%!important;
}



change 97 to what fits your desire.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

teamwukarTopic starter

Thanks, fixed all issues. For anyone interested, we use stretching: "none" and it fixed our issues.
  •  

Marius P.

All modes have advantages and disadvantages, it depends on the video's size mainly.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)