| @@ -332,9 +332,9 @@ | ||
| 332 | 332 | public function enqueueMediaScripts() { |
| 333 | 333 | global $typenow; |
| 334 | 334 | global $current_screen; |
| 335 | 335 | |
| 336 | - if ( post_type_supports( $typenow, 'editor' ) || $current_screen->id === 'widgets' ) { | |
| 336 | + if ( post_type_supports( $typenow, 'editor' ) || $current_screen->id === 'widgets' || $current_screen->id === 'customize' ) { | |
| 337 | 337 | wp_enqueue_style( 'visualizer-media', VISUALIZER_ABSURL . 'css/media.css', array( 'media-views' ), Visualizer_Plugin::VERSION ); |
| 338 | 338 | |
| 339 | 339 | // Load all the assets for the different libraries we support. |
| 340 | 340 | $deps = array( |