• Resolved lofimonk

    (@lofimonk)


    it 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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rudy Susanto

    (@rsusanto)

    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!

    Thread Starter lofimonk

    (@lofimonk)

    Thank you. worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Embeds are not responsive’ is closed to new replies.