From 5dd5f59676c790221f24b72c003d48379edb5f2c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 28 Jun 2016 14:44:25 -0400 Subject: [PATCH] changing photo gallery background size to cover --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''; } } -- 2.17.1