Browse Source

Fixed a bug where the image stood in fullscreen

Tobias Reich 11 years ago
parent
commit
177d7dda95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/js/build.js

+ 1 - 1
assets/js/build.js

@@ -114,7 +114,7 @@ build = {
 			if (visibleControls)
 				view += "<div id='image' style='background-image: url(" + photoJSON.url + ")'></div>";
 			else
-				view += "<div id='image' style='background-image: url(" + photoJSON.url + "); top: 0px; right: 0px; bottom: 0px; left: 0px;'></div>";
+				view += "<div id='image' style='background-image: url(" + photoJSON.url + ");' class='full'></div>";
 
 		}