Entry Video Aspect Ratio Issue - Question | JoomShaper

Entry Video Aspect Ratio Issue

SS

Saint Maur International School

Template 8 months ago

Hello,

I have an issue with entry videos where the width does not match that of the frame (it's too narrow) https://www.stmaur.ac.jp/about-us/events/sports-day

I saw that CSS rule

.ratio {
    position: relative;
    width: 100%;
}

Disabling the width rule enterily via the console seems to fix it, but I'm not sure how to do this in the template itself, in a way that does not break other things.

Could you please advise?

Thanks a lot

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 8 months ago #183715

Hello Saint Maur International School,

Thank you for reaching out to our technical support forum. I’m sorry to hear about the trouble you’re experiencing.

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.entry-video{
    width: initial !important;
}

Hopefully, it will not break anything. It will only be applied on the entry video.

Best regards

0
SS
Saint Maur International School
Accepted Answer
8 months ago #183724

That worked, thanks Ofi

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 8 months ago #183747

You are welcome 😊

I have a humble request. It would be very kind of you if you can manage some moment to give us feedback on

  1. Joomla Extension Directory
  2. TrustPilot

This will inspire us to improve.

0