From dfcad58658f7db470893debaf401a529625cf5b1 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Sat, 14 Dec 2024 09:39:12 -0800 Subject: [PATCH] restore full srcset attributes for banner ad (#912) Signed-off-by: Chris Abraham --- .../includes/shortcodes/banner-ad.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/web/wp-content/themes/cncf-twenty-two/includes/shortcodes/banner-ad.php b/web/wp-content/themes/cncf-twenty-two/includes/shortcodes/banner-ad.php index dfc93236..ad599cc8 100644 --- a/web/wp-content/themes/cncf-twenty-two/includes/shortcodes/banner-ad.php +++ b/web/wp-content/themes/cncf-twenty-two/includes/shortcodes/banner-ad.php @@ -44,9 +44,17 @@ function add_banner_ad_shortcode( $atts ) { srcset=""> - <?php echo esc_attr( $alt_txt ); ?> - + +