diff --git a/dist/jquery.magnify.css b/dist/jquery.magnify.css
index c3c9b24..3b411d0 100644
--- a/dist/jquery.magnify.css
+++ b/dist/jquery.magnify.css
@@ -6,7 +6,7 @@
* | | | | _ | \_/ | |\ |_| |_| | | |
* |__| |__|__| |__|\____/|_|__| \__|_____|__| |__|
*
- * jquery.magnify - v1.4.2
+ * jquery.magnify - v1.4.3
* A jQuery plugin to view images just like in windows
* https://github.com/nzbin/magnify#readme
*
@@ -179,6 +179,7 @@
border-style: solid;
border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(255, 255, 255, 0.5);
border-radius: 100%;
+ vertical-align: middle;
-webkit-animation: magnifyLoading 1s infinite linear;
animation: magnifyLoading 1s infinite linear;
}
diff --git a/dist/jquery.magnify.js b/dist/jquery.magnify.js
index 99bef1a..52d8943 100644
--- a/dist/jquery.magnify.js
+++ b/dist/jquery.magnify.js
@@ -6,7 +6,7 @@
* | | | | _ | \_/ | |\ |_| |_| | | |
* |__| |__|__| |__|\____/|_|__| \__|_____|__| |__|
*
- * jquery.magnify - v1.4.2
+ * jquery.magnify - v1.4.3
* A jQuery plugin to view images just like in windows
* https://github.com/nzbin/magnify#readme
*
@@ -566,7 +566,7 @@ Magnify.prototype = {
}
},
- _creatBtns: function (toolbar, btns) {
+ _createBtns: function (toolbar, btns) {
var btnsStr = '';
@@ -577,10 +577,10 @@ Magnify.prototype = {
return btnsStr;
},
- _creatTitle: function () {
+ _createTitle: function () {
return (this.options.title ? '
' : '');
},
- creatDOM: function () {
+ render: function () {
var btnsTpl = {
minimize: '