- fixed cover photo upload;

This commit is contained in:
yura_nalivaiko
2018-04-18 14:59:14 +03:00
parent 7abc27fab2
commit eef19e52ca
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,6 @@
background-color: #eee;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.um-cover-add {
@@ -75,6 +74,7 @@
.um-cover-e {
text-align: center;
box-sizing: border-box;
overflow: hidden;
}
.um-cover-e img {width: 100% !important}
+1 -1
View File
@@ -184,7 +184,7 @@ function um_responsive(){
});
jQuery('.um-cover, .um-member-cover').each(function(){
jQuery('.um-cover, .um-member-cover, .um-cover-e').each(function(){
var elem = jQuery(this);
var ratio = elem.data('ratio');