Welcome, Guest
Username: Password: Remember me
JO Video Background

TOPIC: How to make the video fit the window?

How to make the video fit the window? 5 years 8 months ago #7103

Hi,I can't find any Change.So do you have help me check it?
The administrator has disabled public write access.

How to make the video fit the window? 2 years 2 weeks ago #10925

hi, I have the same problem. The video will load and display, but it will be scaled to a huge size: 15613 x 8782 px. The video is only correctly dimensioned when the window is scaled. (www.djwam.de/)
The administrator has disabled public write access.

How to make the video fit the window? 2 years 2 weeks ago #10926

if I add this line in video_background.js L:205

video_resize: function(){
var w = this.$video_holder.width();
var h = this.$video_holder.height();
var h = w * 0.5625;

it works fine for me. But this is s quick-and-dirty-workaround.
The administrator has disabled public write access.

How to make the video fit the window? 2 years 2 weeks ago #10927

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Steffen Kraft wrote:
if I add this line in video_background.js L:205

video_resize: function(){
var w = this.$video_holder.width();
var h = this.$video_holder.height();
var h = w * 0.5625;

it works fine for me. But this is s quick-and-dirty-workaround.
Thank you for your information! i we review it. Can you send me URL your site?
Best regards
Bach Pham
The administrator has disabled public write access.

How to make the video fit the window? 2 years 2 weeks ago #10928

see above: www.djwam.de

I currently have my workaround described above active and the error is therefore currently not available. I can disable my workaround if you want to analyze the error now.
The administrator has disabled public write access.

How to make the video fit the window? 2 years 2 weeks ago #10929

Hi Bach Pham, are you still checking for the error? I can't keep this buggy on the LIVE side for long. Otherwise I have to activate my workaround again. But I think it is necessary to correct the error correctly.
The administrator has disabled public write access.
Time to create page: 0.159 seconds