Remove rotation fix (fixed in browser)
This commit is contained in:
@@ -452,7 +452,7 @@
|
||||
$preloader = $(preloader);
|
||||
|
||||
//ADDED-START
|
||||
if(Math.abs(self.album[imageNumber].orientation) == 90) {
|
||||
if(Math.abs(self.album[imageNumber].orientation) == 90 && preloader.width > preloader.height) {
|
||||
var sWidth = preloader.width;
|
||||
preloader.width = preloader.height;
|
||||
preloader.height = sWidth;
|
||||
|
||||
Reference in New Issue
Block a user