hmm, there's no way to embed a video in an itch.io devlog without putting it on youtube or vimeo?
-
hmm, there's no way to embed a video in an itch.io devlog without putting it on youtube or vimeo? that sucks. i was thinking of doing roundup posts on there but i don't want to have to upload every little video to youtube just to get it to embed :/
-
hmm, there's no way to embed a video in an itch.io devlog without putting it on youtube or vimeo? that sucks. i was thinking of doing roundup posts on there but i don't want to have to upload every little video to youtube just to get it to embed :/
@eniko I think you can embed unlisted videos
-
@eniko I think you can embed unlisted videos
@h5e yeah but i'd still have to go through the hassle of uploading them all
and they'd have ads and shit :/
-
undefined oblomov@sociale.network shared this topic
-
@h5e yeah but i'd still have to go through the hassle of uploading them all
and they'd have ads and shit :/
-
-
-
hmm, there's no way to embed a video in an itch.io devlog without putting it on youtube or vimeo? that sucks. i was thinking of doing roundup posts on there but i don't want to have to upload every little video to youtube just to get it to embed :/
i seem to be able to add a video in an iframe but i can't get it to show in a size besides tiny. trying to increase the size only increases the width and not the height :/ also, missing a fullscreen button
-
i seem to be able to add a video in an iframe but i can't get it to show in a size besides tiny. trying to increase the size only increases the width and not the height :/ also, missing a fullscreen button
@eniko can you add manual HTML?
-
@eniko can you add manual HTML?
@oblomov ish. it doesn't seem to accept some things
-
@oblomov ish. it doesn't seem to accept some things
@oblomov honestly it should just accept a video element with a source src i don't know why this is so hard
-
@oblomov honestly it should just accept a video element with a source src i don't know why this is so hard
@oblomov holy shit i did it! i removed the <source> element and instead added the url to an src attribute and *that* worked
-
@oblomov holy shit i did it! i removed the <source> element and instead added the url to an src attribute and *that* worked
@eniko oh so It might just be the HTML scrubber not knowing about some newer HTML5 elements. Might be worth reporting to the itch devs