Title: brantw's Replies | WordPress.org

---

# brantw

  [  ](https://wordpress.org/support/users/brantw/)

 *   [Profile](https://wordpress.org/support/users/brantw/)
 *   [Topics Started](https://wordpress.org/support/users/brantw/topics/)
 *   [Replies Created](https://wordpress.org/support/users/brantw/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/brantw/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/brantw/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/brantw/engagements/)
 *   [Favorites](https://wordpress.org/support/users/brantw/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Vimeography: Vimeo Video Gallery WordPress Plugin] Autoplay on Journey Theme](https://wordpress.org/support/topic/autoplay-on-journey-theme/)
 *  Thread Starter [brantw](https://wordpress.org/support/users/brantw/)
 * (@brantw)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/autoplay-on-journey-theme/#post-3386195)
 * 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="http://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: [http://ordinaryweirdos.com/](http://ordinaryweirdos.com/)
 * Let me know if you have any other questions.
 * -Brant
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Vimeography: Vimeo Video Gallery WordPress Plugin] Autoplay on Journey Theme](https://wordpress.org/support/topic/autoplay-on-journey-theme/)
 *  Thread Starter [brantw](https://wordpress.org/support/users/brantw/)
 * (@brantw)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/autoplay-on-journey-theme/#post-3386065)
 * I figured it out!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Vimeography: Vimeo Video Gallery WordPress Plugin] [Plugin: Vimeography] Autoplay ?](https://wordpress.org/support/topic/plugin-vimeography-autoplay/)
 *  [brantw](https://wordpress.org/support/users/brantw/)
 * (@brantw)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-vimeography-autoplay/#post-3007565)
 * Hi Chris,
 * I noticed you got this to work on your site. How did you do it?
 * Thanks,
 * -Brant

Viewing 3 replies - 1 through 3 (of 3 total)