Please or Register to create posts and topics.

Youtube Embedded video size

Hi, we have probleme on the video size of youtube embedded video, the size are not responsive and the value, is in the htm iframe ?!

How can i do to make correction ?

URL : https://www.mondemul.me/forum/topic/daemon-ps2-pro-emulateur-ps2-android/#postid-129

Thanks

My own correction :

.post-wrapper iframe {
    height: 440px;
}

Second correction :

@media only screen and (max-width: 768px){
.post-wrapper iframe {
    height: 240px !important;
}
}

.post-wrapper iframe {
    height: 440px;
}

 

nemo has reacted to this post.
nemo

Hello

 

I do have an issue on my forum with the youtube videos I embed

Is there a known plugin or a simple setting I could do to have it smaller (or configure its size via a plugin)?

I want a smaller size by default when I embed a video in a message.

For example, here are some messages on my forum with videos which are a bit too big

http://www.jaguarclubromania.com/forum/topic/jaguar-in-filme/#postid-72

 

 

Hey @dax78,

just insert the following CSS in the custom CSS section of the Forum (Forum->Appearance->Custom CSS):

#af-wrapper iframe {
    max-width: 500px !important;
    max-height: 300px !important;
}

 

Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.
Quote from qualmy91 on November 5, 2020, 9:50 am

Hey @dax78,

just insert the following CSS in the custom CSS section of the Forum (Forum->Appearance->Custom CSS):

#af-wrapper iframe {
    max-width: 500px !important;
    max-height: 300px !important;
}

 

 

Thanks @qualmy91, that works much better! You are a goldmine 🙂

 

Asgaros has reacted to this post.
Asgaros

If you want my account number just let me know 😉

Asgaros has reacted to this post.
Asgaros
Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.