New Dynamic YouTube Gallery - Embed YouTube Playlist, Channel, Live Stream in minutes. Read More

Video not displayed in Firefox

  • nasnous38
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0

Video not displayed in Firefox was created by nasnous38

Hi, I have added a video category layout to Main menu, when I click on the tab 'videos', the videos are displayed. But when I choose a video to play, the video don't appear but title and comments zone are displayed.

This bug concerns only firefox, the video is displayed in Chrome and IE.
You can see the exemple in this link
10 years 11 months ago #5540

Please Log in or Create an account to join the conversation.

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Re: Video not displayed in Firefox

- Open {root}/fok/templates/joomspirit_76/css/main.css

- Search for
img, embed, object, video, .scale {
/* Part 1: Set a maxium relative to the parent */
max-width:100%;
/* Part 2: Scale the height according to the width, otherwise you get stretching */
height:auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
- Replace it as
img, video, .scale {
/* Part 1: Set a maxium relative to the parent */
max-width:100%;
/* Part 2: Scale the height according to the width, otherwise you get stretching */
height:auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
- Then check at your front-end by clearing your cache. Hope, this solved your issue!!!
The following user(s) said Thank You: nasnous38
Last edit: 10 years 11 months ago by Administrator.
10 years 11 months ago #5544

Please Log in or Create an account to join the conversation.

  • nasnous38
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0

Replied by nasnous38 on topic Re: Video not displayed in Firefox

Problem solved rapidely! Thanks a lot!
10 years 11 months ago #5548

Please Log in or Create an account to join the conversation.

Time to create page: 0.121 seconds

We accept cookies to provide you the best viewing experience. By using our services, you agree to our use of cookies