bjt
-
Posts
7 -
Joined
-
Last visited
Reputation Activity
-
bjt reacted to Ziggy in CSS injection code to change the aspect ratio (to 1:1 / square) on all the videos on one specific portfolio page
You should be able to do this with Custom CSs targeted to that page, try this:
#item-63c02112fb60923abc4a4bc4 { .sqs-native-video .native-video-player { padding-top: 100% !important; } } Let me know if that works, and give me a thumbs up if you can! Thanks!