Customizer: Fix header image cropping when working with huge images. Affected Firefox in particular.
props ehg. fixes #27790. Built from https://develop.svn.wordpress.org/trunk@28101 git-svn-id: http://core.svn.wordpress.org/trunk@27932 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
33515194a0
commit
24e51a625d
|
@ -609,6 +609,10 @@
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-frame-content .crop-content {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.media-frame-content .crop-content .crop-image {
|
.media-frame-content .crop-content .crop-image {
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -609,6 +609,10 @@
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-frame-content .crop-content {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.media-frame-content .crop-content .crop-image {
|
.media-frame-content .crop-content .crop-image {
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue