| @@ -39,8 +39,9 @@ | ||
| 39 | 39 | '{{WRAPPER}}', |
| 40 | 40 | $this->get_video_container_css( $attributes ), |
| 41 | 41 | $this->get_video_container_css( $attributes, 'Tablet' ), |
| 42 | 42 | $this->get_video_container_css( $attributes, 'Mobile' ), |
| 43 | + $css_generator->custom_device_map( function ( $device ) use ( $attributes ) { return $this->get_video_container_css( $attributes, $device ); } ) | |
| 43 | 44 | ); |
| 44 | 45 | |
| 45 | 46 | return $css_generator->generate_css(); |
| 46 | 47 | // Generate CSS end |