From: Anthony Talarico Date: Tue, 28 Jun 2016 18:44:25 +0000 (-0400) Subject: changing photo gallery background size to cover X-Git-Tag: v1.0.0^2~107 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5dd5f59676c790221f24b72c003d48379edb5f2c;p=WP-Themes%2Ffrancejourneys.git changing photo gallery background size to cover --- diff --git a/functions.php b/functions.php index 623a96b..14871a5 100644 --- a/functions.php +++ b/functions.php @@ -97,7 +97,7 @@ function woo_photos_content() { foreach( $attachment_ids as $attachment_id ) { $full_url = wp_get_attachment_image_src( $attachment_id, 'full' )[0]; - echo ''; + echo ''; } }