31 results found
-
Embeds have 1px solid white line in certain responsive sizes See: https://gyazo.com/38763967bd9f2f69728c30af7386dfd7
The shot is taken at: https://www.hltv.org/news/31121/vod-hltv-confirmed-with-guest-flusha-talking-fnatic-exit-and-plans-for-2021
Proposed fix: Set the background-color: black on the html element in the iframe. Possibly only in a darkmode if such exists.
Why is this the correct fix ? I think the cause is weird sub pixel roundings (in this case Firefox). We have seen it previously on Chrome also and seems to also be hardware dependent. I doubt this will ever be fixed from browser vendors while setting it black will mask the issue for good.
1 vote -
Add Team Embed Option I would love an option that mimics the team page's embed, that it shows the top streamer, or even a random active streamer from the team. So you can just embed one object, and Twitch will do the logic to show whoever is currently live.
5 votes -
Add parameter for dark mode with chat Add parameter to enable dark mode for chat please.
13 votes -
Allow Embedding Clip Editor Allow us to embed the clip editor.
I have a personal site that I used to list and view all of my clips that I make during a stream. I also have functions for tagging my clips for easier searching, and other implementations.
Currently, I have to link to the edit page, to edit the clip to the desired length and position. Then, go back to my site to embed the clip player, where I have my extra functionality. My desired work flow would be to just embed the edit page, so that I could use my page's tagging functions…
1 vote -
Create embeddable follow button would love a follow button that works like Twitter Follow/Tweet button. To avoid the need to oAuth-loop it and users would prefer that rather than granting access to their account for developers to throw a follow at any channel.
17 votes -
After the recent BunnyHop incident harden the embed link feature against abuse As we all know by know the recent bunnyhop incident showed, that the way this feature is offered today might actually lead to ways of URL grabbing and harvesting.
The way it is designed today makes it easy to replace it and harvest many streams as content.
"<!-- Add a placeholder for the Twitch embed -->
<div id="twitch-embed"></div><!-- Load the Twitch embed script -->
<script src="https://player.twitch.tv/js/embed/v1.js"></script><!-- Create a Twitch.Player object. This will render within the placeholder div -->
<script type="text/javascript">
new Twitch.Player("twitch-embed", {
channel: "itmkoeln"
});
</script>"Even if that gets moved in the dashboard instead of the…
1 vote -
1 vote
-
Fix "report video" button load timing Make the "report video" button load simultaneously with the rest of the "settings" drop down menu on embedded videos, so that the menu's button positioning doesn't change 1 second after loading.
1 vote -
Add overlay info to the player embed state We really need a way to determine what overlays display to the user so we can handle them gracefully. For example, we have no way of knowing when the mature overlay displays and this negatively affects our channel discovery UX.
2 votes -
Mute does not work mute parameter does not work on mobile it is always muted just like autoplay
2 votes -
iOS Player Object I want to a way to embed the Twitch player natively inside an iOS app. The existing web embed is not as efficient or usable as a native player could be.
2 votes
- Don't see your idea?