Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

How do I make my video look "pretty?"

Does anyone know how to stretch youtube videos across the back of my passage? Is there a CSS I should use? Using Harlowe

Comments

  • I can't answer this question, but could you tell me how to put a vid into a twine story.
  • Here is the code I found for youtube:
    <html>
    <object width="560" height="315">
    <param name="movie" value=" name="allowFullScreen" value="true"></param>
    <param name="allowscriptaccess" value="always">
    </param>
    //insert your embed link here from youtube//
    </object>
    </html>
    
Sign In or Register to comment.