Skip to content

Commit

Permalink
Adding 'Feathers'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Anderson committed Apr 8, 2012
1 parent df03468 commit f9d1ad6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Binary file added public/images/thumbnails/feathers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions views/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
</a>
</li>
<li>
<a class="thumbnail image" rel="music" href="/images/thumbnail.jpg">
<img src="/images/thumbnail.jpg" alt="Into the Spin - Dessa" />
<a class="thumbnail video fancybox.iframe" rel="music" href="http://player.vimeo.com/video/33164250?title=0&amp;byline=0&amp;portrait=0&amp;autoplay=1">
<img src="/images/thumbnails/feathers.jpg" alt="Feathers - Oaks" />
<hgroup>
<h3>Into the Spin</h3>
<h4>Dessa</h4>
<h3>Feathers</h3>
<h4>Oaks</h4>
</hgroup>
</a>
</li>
Expand Down
10 changes: 5 additions & 5 deletions views/layouts/default.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
<script type="text/javascript">
$(document).ready(function() {
jQuery.extend(jQuery.fancybox.defaults, {
// helpers: {
// overlay: {
// opacity: 0.9
// }
// }
helpers: {
overlay: {
opacity: 0.9
}
}
});
$("nav a").fancybox({
helpers: {
Expand Down

0 comments on commit f9d1ad6

Please sign in to comment.