Skip to content

Commit 3aeea43

Browse files
Slider area 16:9 fix.
1 parent ededbb4 commit 3aeea43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Theme/ImageSizeFilter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function __construct()
1212

1313
public function addVideoSizeClass($default_class, $post_type, $args)
1414
{
15-
if ($post_type == "mod-slider" && isset($args['id']) && $args['id'] != "sidebar-slider-area") {
15+
if ($post_type == "mod-slider" && isset($args['id']) && $args['id'] != "slider-area") {
1616
$default_class .= " ratio-16-9";
1717
}
1818

0 commit comments

Comments
 (0)