Difference between revisions 85617 and 85620 on foundationwiki

<html>
  <style type="text/css">
    h1#firstHeading {
      display: none;
    }
    div#thank-you-content div#thank-you-video {
      border: 1px solid #aaa;
      margin: 0 0 30px 0;
      padding: 0;
      width: 760px;
    }
    div#thank-you-content div#thank-you-video div.video-container {
      text-align: center;
    }
    div#thank-you-content div#thank-you-video div.video-container img {
      cursor: pointer;
    }
    div#thank-you-content div#thank-you-video p {
(contracted; show full)      $("div#thank-you-video div.video-container div.commons-video").css('display', 'block');
      $('#mwe_player_0').embedPlayer(function(){
        // play the video once ready:
        $('#mwe_player_0')[0].play();
      });
    });
  </script>
</html>