Customizer API: Image Settings
-
I recently started toying with the WordPress Customizer API. All is going pretty well, I managed to add an option so set the background image for a section on my theme (using WP_Customize_Image_Control). However, I’ve run into a bit of trouble trying to figure out how to add display options.
What I mean is, on the default WordPress “Background Image” section, after you upload a image it comes up with options for whether or not to repeat the background, positioning, etc. Like So:

I’m trying to figure out how exactly to display these options on my own custom background setting. Does anyone know where to start on this?
The topic ‘Customizer API: Image Settings’ is closed to new replies.