Conversation
supportit would be nice if they were responsive out of the box. I was able to get all the embeds i needed to work on mobile with some edits to css except for twitch. any help is appreciated. The page I need help with: [ log in to see the link]
Hi @lofimonk , For twitch.tv, the plugin is not reinventing it and just fetching the embed code that they provide since they already have their own embed code. In my opinion, you can add the following custom CSS to make it responsive for twitch.tv embed: iframe[src*="twitch.tv"] { max-width: 100% } I hope it helps. Thank you!
Thank you. worked perfectly.
Hi @lofimonk , For twitch.tv, the plugin is not reinventing it and just fetching the embed code that they provide since they already have their own embed code. In my opinion, you can add the following custom CSS to make it responsive for twitch.tv embed: iframe[src*="twitch.tv"] { max-width: 100% } I hope it helps. Thank you!
Thank you. worked perfectly.