Hi Kate,
In the Journey’s video.mustache file, you need to change your first several lines to look like this:
<div id="vimeography-gallery-{{gallery_id}}" class="vimeography-journey" data-version="{{version}}"{{#gallery_width}} style="max-width: {{gallery_width}};"{{/gallery_width}}>
<div class="vimeography-main">
<div class="vimeography-player">
{{#featured}}
<iframe id="vimeography-embed-{{gallery_id}}-{{id}}" src="https://player.vimeo.com/video/{{id}}?title=0&byline=0&portrait=0&autoplay=1&api=1&player_id=vimeography-embed-{{gallery_id}}-{{id}}" width="820" height="461" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
{{/featured}}
</div>
<div class="vimeography-info">
{{#featured}}
<h1>{{title}}</h1>
<h2>{{duration}}</h2>
<p>{{{description}}}</p>
{{/featured}}
</div>
<div class="clearfix"></div>
</div>
Basically I had to insert that iFrame in place of where the other code was.
As far as your other question… I tried for a pretty long time to figure out how to get the videos to automatically play when you click on a thumbnail, like with Bugsauce, but I was unable to figure it out. I think that Journey is different in that it doesn’t load the videos as a gallery like Bagsauce does, but it just loads thumbnails that link to the video, if that makes sense. So I concluded that you can’t get it to play automatically like in some of the other themes. If it helps to check my site out, here’s the link: https://ordinaryweirdos.com/
Let me know if you have any other questions.
-Brant