Add header image uploads with cropping to the customizer.

props mcsf, ehg, gcorne.
see #21785.


git-svn-id: https://develop.svn.wordpress.org/trunk@27497 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-03-11 04:12:17 +00:00
parent a186292eba
commit 6f2544944f
10 changed files with 1553 additions and 167 deletions
+13
View File
@@ -602,6 +602,19 @@
margin: 0;
}
.media-frame-title .suggested-dimensions {
font-size: 14px;
float: right;
margin-right: 20px;
}
.media-frame-content .crop-content {
display: block;
margin: auto;
max-width: 100%;
max-height: 100%;
}
/**
* Iframes
*/