Crop image from get_theme_mod Customizer field
With your method it would be very tricky, if it’s possible at all. What you could do is use a custom header with flexible dimensions. That would allow the user to upload the header image and then crop it how ever they needed easily. // Register Theme Features function custom_theme_features() { // Add theme support … Read more