ID ); $featured_image_height = fusion_get_page_option( 'fimg[height]', $post->ID ); $blog_loop_id = isset( $atts['loop-id'] ) ? $atts['loop-id'] : '#post-'; $article_class = $blog_loop_id . absint( $post->ID ); ?> permalink ) ? $this->permalink : get_permalink( $post->ID ); $size = 'blog-large'; if ( class_exists( 'Avada' ) ) { $size = ( ! AWB_Widget_Framework()->has_sidebar() || fusion_get_option( 'blog_width_100' ) ) ? 'full' : 'blog-large'; $size = ( 'medium' === $atts['layout'] || 'medium-alternate' === $atts['layout'] ) ? 'blog-medium' : $size; $size = ( $featured_image_height && $featured_image_width && 'auto' !== $featured_image_height && 'auto' !== $featured_image_width ) ? 'full' : $size; $size = ( 'auto' === $featured_image_height || 'auto' === $featured_image_width ) ? 'full' : $size; $size = ( 'grid' === $atts['layout'] || 'masonry' === $atts['layout'] || 'timeline' === $atts['layout'] ) ? 'full' : $size; } $post_video = apply_filters( 'privacy_iframe_embed', fusion_get_page_option( 'video', $post->ID ) ); ?>