layout = 'horizontal'; } function inline_css() { $options = get_option( Meow_MGL_Core::get_plugin_option_name(), null ); $class_id = '#' . $this->class_id; $gutter = isset( $this->atts['gutter'] ) ? $this->atts['gutter'] : ( $options['horizontal_gutter'] ?? 10 ); $image_height = isset( $this->atts['image_height'] ) ? $this->atts['image_height'] : ( $options['horizontal_image_height'] ?? 500 ); $hide_scrollbar = isset( $this->atts['hide_scrollbar'] ) ? $this->atts['hide_scrollbar'] : ( $options['horizontal_hide_scrollbar'] ?? false ); $isPreview = $this->isPreview; ob_start(); include dirname( __FILE__ ) . '/horizontal.css.php'; $html = ob_get_clean(); return $html; } function build( $idsStr ) { $options = get_option( Meow_MGL_Core::get_plugin_option_name(), null ); // Generate gallery $classes = $this->build_classes(); $styles = $this->build_styles(); $out = "