diff --git a/build/Squire-UI.css b/build/Squire-UI.css
index e2a5f7e..5a3eda9 100644
--- a/build/Squire-UI.css
+++ b/build/Squire-UI.css
@@ -6,6 +6,7 @@ body {
font: 400 14px/1.24 helvetica, arial, sans-serif;
text-shadow: 0 1px 0 white;
}
+
iframe {
width:100%;
}
diff --git a/ui/Squire-UI.html b/ui/Squire-UI.html
index 4ced264..08ab77c 100644
--- a/ui/Squire-UI.html
+++ b/ui/Squire-UI.html
@@ -4,7 +4,7 @@
-
+
@@ -16,8 +16,8 @@
diff --git a/ui/Squire-UI.js b/ui/Squire-UI.js
index a68aaf4..3c4c900 100644
--- a/ui/Squire-UI.js
+++ b/ui/Squire-UI.js
@@ -212,7 +212,7 @@ LazyLoad = (function (doc) {
(function() {
if (typeof buildPath == "undefined") { buildPath = 'build/'; }
- LazyLoad.js(['squire.js','assets/jQuery/jQuery.js','assets/drop/drop.min.js'].map(function (value) {
+ LazyLoad.js(['squire-raw.js','assets/jQuery/jQuery.js','assets/drop/drop.min.js'].map(function (value) {
return buildPath + value;
}));