Skip to content

Instantly share code, notes, and snippets.

@nick1m
Created January 16, 2016 20:03
Show Gist options
  • Save nick1m/514dbb169a117eee290e to your computer and use it in GitHub Desktop.
Save nick1m/514dbb169a117eee290e to your computer and use it in GitHub Desktop.
Отслеживание поворота, ориентации экрана мобильного устройства
window.addEventListener("orientationchange", function() {
parallax_size();
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment