From: Anthony Talarico Date: Thu, 24 May 2018 16:02:45 +0000 (-0400) Subject: increasing the size of the front page service images X-Git-Tag: v1.0.0^2~1^2~44 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2425c80d7c867b6205e5a4a2b99dc4309a67dbe6;p=WP-Themes%2Flaurium.git increasing the size of the front page service images --- diff --git a/layouts/service-section.php b/layouts/service-section.php index 99bfd9d..b6e21a0 100644 --- a/layouts/service-section.php +++ b/layouts/service-section.php @@ -33,7 +33,7 @@
+ $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()),array(300, 300)); ?> <?php the_title(); ?> <?php the_title(); ?> diff --git a/style.css b/style.css index 67de1ee..70dc4df 100644 --- a/style.css +++ b/style.css @@ -1807,8 +1807,8 @@ Service Section } .service-list .service-image { - height: 125px; - width: 125px; + height: 300px; + width: 300px; /* margin-top: 15px; */ overflow: hidden; border: 3px solid #EEE;