Remove rotation fix (fixed in browser)
This commit is contained in:
@@ -452,7 +452,7 @@
|
|||||||
$preloader = $(preloader);
|
$preloader = $(preloader);
|
||||||
|
|
||||||
//ADDED-START
|
//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;
|
var sWidth = preloader.width;
|
||||||
preloader.width = preloader.height;
|
preloader.width = preloader.height;
|
||||||
preloader.height = sWidth;
|
preloader.height = sWidth;
|
||||||
|
|||||||
Reference in New Issue
Block a user