vvvmax / unitegallery

Unite Gallery - Responsive jQuery Image and Video Gallery Plugin. Aim to be the best gallery on the web on it's kind. See demo here:
http://unitegallery.net
MIT License
531 stars 158 forks source link

Transform Scale breaks it #170

Open AppliedEllipsis opened 6 years ago

AppliedEllipsis commented 6 years ago

On sites that use transform: scale() on body, it breaks unite gallery. Even with a scale of 1.0 it breaks.

body {
  -ms-transform: scale(1.4); /* IE 9 */
  -webkit-transform: scale(1.4); /* Safari */
  transform: scale(1.4);
}