- Posts: 83
COMMUNITY FORUM
Videos are scalling...!
- piet
-
Topic Author
- Offline
- Premium Member
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
Is there a link to the page with the video?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- piet
-
Topic Author
- Offline
- Premium Member
- Posts: 83
yes of course, here : www.spoonconcept.com/world-in-action/kongo
or here (but only when we select fuulscreen....!) : www.spoonconcept.com/world-in-action/war/les-etat-unis-en-politique-internationale-imbecilite-ou-cretinisme
Thank.
Regard.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Is it possible to disable the fitvids.js script?
Your template provider can assist you with this.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- piet
-
Topic Author
- Offline
- Premium Member
- Posts: 83
ok fitvids.js was removed (with the help of the provider of the template (Gavick Pro).
in /layout/blocks/head.php, we remove this line (73)
$this->API->addJS($this->API->URLtemplate() . '/js/fitvids.jquery.js');
and in layout/default.php, lines 245-248
jQuery(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
jQuery("#gk-bg").fitVids();
});
Caches are cleared, but still have the scale problem.
If you have a idea to fix this ?
Regard.
Please Log in or Create an account to join the conversation.
- piet
-
Topic Author
- Offline
- Premium Member
- Posts: 83
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
i.share.pho.to/66e34dcd_o.png
And here is the video played directly in your browser ( www.spoonconcept.com/images/videos/wact/histoire-usa/1-la-seconde-guerre-mondiale.mp4 ) :
i.share.pho.to/c7f57e39_o.png
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- piet
-
Topic Author
- Offline
- Premium Member
- Posts: 83
piet wrote: Hello,
yes of course, here : www.spoonconcept.com/world-in-action/kongo
or here (but only when we select fuulscreen....!) : www.spoonconcept.com/world-in-action/war/les-etat-unis-en-politique-internationale-imbecilite-ou-cretinisme
Thank.
Regard.
Ok, like I said before, the scalling appears on this video when you put it to fullscreen mode :
And for this link you can see the scale directly on the page (and if you click on fullscreen, you have the bonus... the double scalling effect ! :-(
www.spoonconcept.com/world-in-action/kongo
Regard.
! UPDATE : for this page www.spoonconcept.com/world-in-action/kongo
at the bottom , we made some tests with the jce player. no problem...
Please Log in or Create an account to join the conversation.
- piet
-
Topic Author
- Offline
- Premium Member
- Posts: 83
Please Log in or Create an account to join the conversation.
- piet
-
Topic Author
- Offline
- Premium Member
- Posts: 83
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
.avVideo video {
-webkit-transform: scale(1)!important;
transform: scale(1)!important;
}
Paste this snippet in your template's override.css
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- piet
-
Topic Author
- Offline
- Premium Member
- Posts: 83
Thank you very much, this solution is working very well.
Regard.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.