- Posts: 15920
COMMUNITY FORUM
small video after update to 4.70
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
8 years 11 months ago #154694
by Krikor Boghossian
Replied by Krikor Boghossian on topic small video after update to 4.70
Ok, what is the actual problem?
Is your key being rejected?
Is your key being rejected?
Please Log in or Create an account to join the conversation.
- Thomas Merel
-
- Offline
- New Member
Less
More
- Posts: 2
8 years 7 months ago - 8 years 7 months ago #157769
by Thomas Merel
Replied by Thomas Merel on topic small video after update to 4.70
Hi,
I tried the soluce of @Tim0 but it don't work.
remove the !important make the player not responsive but we don't have black border.
the "'strechting':'none'" make the player disapear.
add 100% to default width and default height don't change anything.
You can see video here : www.orinox.com/en/career
I tried the soluce of @Tim0 but it don't work.
remove the !important make the player not responsive but we don't have black border.
the "'strechting':'none'" make the player disapear.
add 100% to default width and default height don't change anything.
You can see video here : www.orinox.com/en/career
Last edit: 8 years 7 months ago by Thomas Merel.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 7 months ago #157773
by Krikor Boghossian
Replied by Krikor Boghossian on topic small video after update to 4.70
Hello Thomas,
This small reset will override JWPlayer's styles which cause the issue.
This small reset will override JWPlayer's styles which cause the issue.
.avVideo .avPlayerContainer .avPlayerBlock iframe, .avVideo .avPlayerContainer .avPlayerBlock object, .avVideo .avPlayerContainer .avPlayerBlock embed, .avVideo .avPlayerContainer .avPlayerBlock video, .avVideo .avPlayerContainer .avPlayerBlock > div {
position: absolute!important;
top: 0!important;
left: 0!important;
right: 0!important;
min-width: 100%!important;
bottom: auto!important;
width: 100%!important;
height: 100%!important;
transform: scale(1,1)!important;
}
Please Log in or Create an account to join the conversation.
- Thomas Merel
-
- Offline
- New Member
Less
More
- Posts: 2
8 years 7 months ago #157787
by Thomas Merel
Replied by Thomas Merel on topic small video after update to 4.70
This works well ! Thanks, you rock !
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 7 months ago #157792
by Krikor Boghossian
Replied by Krikor Boghossian on topic small video after update to 4.70
You 're welcome Thomas :)
Please Log in or Create an account to join the conversation.