With the above; within the HTML
This is what I ended up doing to see a poster after the video finished playing:
# Show poster at the end of the video $('video').on('ended',-> $('video')[0].autoplay=false $('video')[0].load() )