Skip to content

Instantly share code, notes, and snippets.

@heshanh
Created February 6, 2013 11:43
Show Gist options
  • Save heshanh/4722097 to your computer and use it in GitHub Desktop.
Save heshanh/4722097 to your computer and use it in GitHub Desktop.
$(function()
{
$('.expo_wrap').css('width',$('.expo_wrap').prev().width());
$('.expo_wrap').css('height',$('.expo_wrap').prev().height())
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment