We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ededbb4 commit 3aeea43Copy full SHA for 3aeea43
library/Theme/ImageSizeFilter.php
@@ -12,7 +12,7 @@ public function __construct()
12
13
public function addVideoSizeClass($default_class, $post_type, $args)
14
{
15
- if ($post_type == "mod-slider" && isset($args['id']) && $args['id'] != "sidebar-slider-area") {
+ if ($post_type == "mod-slider" && isset($args['id']) && $args['id'] != "slider-area") {
16
$default_class .= " ratio-16-9";
17
}
18
0 commit comments