Advertisement
Guest User

Crosby Studios

a guest
Mar 7th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en-US">
  3. <head>
  4.  
  5. <title>Crosby Studios</title>
  6.  
  7. <link rel="stylesheet" href="http://localhost:8888/wp-content/themes/crosbystudios/style.css" type="text/css"/>
  8.  
  9. <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
  10.  
  11. <script type="text/javascript">
  12.  
  13. /* Get height of .movie thumb preview */
  14. jQuery(document).ready(function($) {
  15. $('.movie').each(function() {
  16. var h = $(this).height();
  17. console.log(h);
  18. $(this).find('.movie-center').height(h);
  19. });
  20. });
  21.  
  22. </script>
  23.  
  24. </head>
  25. <body class="home blog">
  26.  
  27. <div id="main">
  28.  
  29. <div id="home-latest" class="container movie-archive">
  30.  
  31. <article id="movie-97" class="post-97 movie type-movie status-publish hentry"><a href="http://localhost:8888/movies/through-gay-eyes/">
  32.  
  33. <div class="movie-center">
  34.  
  35. <div class="movie-overlay">
  36.  
  37. <div class="movie-play"></div>
  38.  
  39. <h2 class="movie-title">Through Gay Eyes</h2>
  40.  
  41. </div> <!-- end .movie-overlay -->
  42.  
  43. </div> <!-- end .movie-center -->
  44.  
  45. <div class="movie-thumb"><img width="480" height="270" src="http://localhost:8888/wp-content/uploads/2014/03/through-gay-eyes-480x270.jpg" class="attachment-movie-thumb wp-post-image" alt="Through Gay Eyes" /></div>
  46. </a></article> <!-- end #movie-97 -->
  47.  
  48. <article id="movie-80" class="post-80 movie type-movie status-publish hentry"><a href="http://localhost:8888/movies/nine-11-the-story-of-us/">
  49.  
  50. <div class="movie-center">
  51.  
  52. <div class="movie-overlay">
  53.  
  54. <div class="movie-play"></div>
  55.  
  56. <h2 class="movie-title">Nine 11: The Story of Us</h2>
  57.  
  58. </div> <!-- end .movie-overlay -->
  59.  
  60. </div> <!-- end .movie-center -->
  61.  
  62. <div class="movie-thumb"><img width="480" height="270" src="http://localhost:8888/wp-content/uploads/2014/03/nine-11-480x270.jpg" class="attachment-movie-thumb wp-post-image" alt="Nine 11: The Story of Us" /></div>
  63. </a></article> <!-- end #movie-80 -->
  64.  
  65. <article id="movie-73" class="post-73 movie type-movie status-publish hentry"><a href="http://localhost:8888/movies/hard-truth-levity-and-hope/">
  66.  
  67. <div class="movie-center">
  68.  
  69. <div class="movie-overlay">
  70.  
  71. <div class="movie-play"></div>
  72.  
  73. <h2 class="movie-title">Hard Truth, Levity and Hope</h2>
  74.  
  75. </div> <!-- end .movie-overlay -->
  76.  
  77. </div> <!-- end .movie-center -->
  78.  
  79. <div class="movie-thumb"><img width="480" height="270" src="http://localhost:8888/wp-content/uploads/2014/03/truth-levity-hope-480x270.jpg" class="attachment-movie-thumb wp-post-image" alt="Hard Truth, Levity and Hope" /></div>
  80. </a></article> <!-- end #movie-73 -->
  81.  
  82. </div> <!-- end #home-latest -->
  83.  
  84. </div> <!-- end #main -->
  85.  
  86. </body>
  87. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement