Skip to content
Public Ticket #29052

Videos running off page

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi @wsinsideweb,

Please send me the post URL.

Regards,
PenciDesign.


wsinsideweb replied

Customer Reply
Hello. As I show in the attached image, after adding the CSS, the videos now appear correctly only in mobile form

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

@media only screen and (max-width:767px) {
  .post-entry iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

Regards,
PenciDesign.


news784svg started the conversation

Conversation Start

Is there a reason why videos are running off page on mobile. Is there anyway we can fix that. Please help its embarrassing for us readers are complaining.

See attached..

Want to join this conversation or access attachments? Sign in first.