Skip to content

Instantly share code, notes, and snippets.

@gsora
Created February 13, 2013 20:25
Show Gist options
  • Select an option

  • Save gsora/4947919 to your computer and use it in GitHub Desktop.

Select an option

Save gsora/4947919 to your computer and use it in GitHub Desktop.
var windowWidth = $(window).width();
var windowHeight = $(window).height();
$(document).ready(function()
{
if(windowHeight == "690") {
$(galleria).css("margin-left","16%");
$(galleria).css("margin-top","15%");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment