siberiandark Posted November 16, 2020 Share Posted November 16, 2020 Salve a tutti, ho un problema sull'inserire un video youtube responsive in homepage Ho inserito nel file CSS il seguente codice: .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } E nel modulo "blocco di testo personalizzato" visibile in homepage ho inserito il seguente codice: <div class='embed-container'><iframe src='linkalvideoyoutube' frameborder='0' allowfullscreen></iframe></div> il problema è che una volta inserito il codice nel modulo, appena clicco OK mi aggiunge in automatico il seguente codice: iframe width="300" height="150" Come posso risolvere? Grazie Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now