- Posts: 7
COMMUNITY FORUM
Responsiveness broken after last update
- Matthew
-
Topic Author
- Offline
- New Member
Less
More
6 years 11 months ago #167818
by Matthew
Responsiveness broken after last update was created by Matthew
Hello,
I have tried a few of the CSS suggestions and some of my own to try and get the videos to be responsive after the last update, but to no avail. Can you please tell me how I can get this working again?
Website: stophimfromkillingthem.com/advanced-stalking-homicide-avoidance
Attached: Screenshot of settings (I changed the default width from 600 to 480 because it made the page look horrid after the update, so I change it to 480px as a bandaid, but it's not resizing at all)
I tried the below CSS and it didn't work as well:
.avVideo .avPlayerContainer .avPlayerBlock > div {
max-width: 100%;
}
.avVideo .avPlayerContainer .avPlayerBlock div[data-player] {
max-width: 100%;
max-height: 100%;
}
Thank you very much!
I have tried a few of the CSS suggestions and some of my own to try and get the videos to be responsive after the last update, but to no avail. Can you please tell me how I can get this working again?
Website: stophimfromkillingthem.com/advanced-stalking-homicide-avoidance
Attached: Screenshot of settings (I changed the default width from 600 to 480 because it made the page look horrid after the update, so I change it to 480px as a bandaid, but it's not resizing at all)
I tried the below CSS and it didn't work as well:
.avVideo .avPlayerContainer .avPlayerBlock > div {
max-width: 100%;
}
.avVideo .avPlayerContainer .avPlayerBlock div[data-player] {
max-width: 100%;
max-height: 100%;
}
Thank you very much!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
6 years 11 months ago #167836
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Responsiveness broken after last update
Hello,
I can't see the .avVideo .avPlayerContainer .avPlayerBlock div[data-player] class, which file did you put it in?
I can't see the .avVideo .avPlayerContainer .avPlayerBlock div[data-player] class, which file did you put it in?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Matthew
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
6 years 11 months ago #167854
by Matthew
Replied by Matthew on topic Responsiveness broken after last update
I took it out. I have replaced it now though. It's put into a custom scss file in the Gantry5/Hydrogen template. It's back in now, but still doesn't do anything.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
6 years 11 months ago #167867
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Responsiveness broken after last update
I can't seem to find [data-player] in any of your stylesheets.
Even by setting [data-player] { max-width: 100%; } solves the issue.
Even by setting [data-player] { max-width: 100%; } solves the issue.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.