WPIntell

Source evidence

Embeds are not responsive

Embed Extended – Embed Maps, Videos, Websites, Source Codes, and more · support · 2021-04-17T22:40:00+00:00

mixedsentiment
lowseverity
0.56relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 25 rows with source links

8.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
lofimonk resolved
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] 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.

Comments

2 shown
Rudy Susanto 2021-04-18T00:58:00+00:00

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!

lofimonk 2021-04-18T16:24:00+00:00

Thank you. worked perfectly.