Skip to content

Instantly share code, notes, and snippets.

@imlucas
Created September 27, 2009 19:00
Show Gist options
  • Select an option

  • Save imlucas/194937 to your computer and use it in GitHub Desktop.

Select an option

Save imlucas/194937 to your computer and use it in GitHub Desktop.
$(function(){
var wrapper = '<div class="album-wrapper" style="background: transparent url(\'http://farm4.static.flickr.com/3496/3959854070_21f80b9dbc_o.png\');min-height:466px; min-width:500px;"></div>';
$('img.album').wrap(wrapper);
$('img.album').css({'position':'absolute','height':'452px','width':'452px','margin':'7px 0px 0px 42px'});
var playBtn = '<div class="play-button" style="position:absolute;height:72px; width:72px;margin:400px 0px 0px 440px;"><img src="http://farm4.static.flickr.com/3440/3959945892_d06b593c2d_o.png" /></div>';
$(playBtn).appendTo('.album-wrapper');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment