mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed cover photo upload;
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user