iframe src="https://player.twitch.tv/ ? autoplay=false& channel=twitch& height=“500” width=“500” frameborder=“0” scrolling=“no” allowfullscreen=“true”>
It looks like only the width or only the height property could be changed, can you find the error or does it has todo with the template im using on wordpress
“can only be changed = When i change the value it has no effect”
Thank you in advance !
george
April 1, 2017, 8:28pm
2
You seem to be missing various characters and have extra spaces in your embed code. Try this:
<iframe src="https://player.twitch.tv/?autoplay=false&channel=twitch" height="500" width="500" frameborder="0" scrolling="no" allowfullscreen="true" />
iframe src=“https://player.twitch.tv/?autoplay=false&channel=IzakOOO**"**width="500"height="500"frameborder="0"scrolling="no"allowfullscreen="true ”>
Thanks =), could fix it. a " was missing after the src part. Spaces do not matter between the setting proterties or do they ?