From: Anthony Talarico Date: Tue, 4 Oct 2016 15:24:31 +0000 (-0400) Subject: increasing the image size for the harborcountry hubspot blog output. increasing the... X-Git-Tag: v1.0.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d3fc757f87b4334603f674bf832e136de4d638ac;p=WP-Plugins%2Fhubspot-blog.git increasing the image size for the harborcountry hubspot blog output. increasing the plugin version number in the index file --- diff --git a/index.php b/index.php index 0f01f28..c4a63e2 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** * Plugin Name: HubSpot Blog * Description: Option Setting for the name address and phone numbers. Includes Widget - * Version: 1.0.0 + * Version: 1.0.1 * Author: Steve Sutton * Author URI: http://www.gaslightmedia.com * License: All right reserved diff --git a/views/frontPage.php b/views/frontPage.php index 3f26fca..7cbbced 100644 --- a/views/frontPage.php +++ b/views/frontPage.php @@ -24,8 +24,8 @@ echo '
' var blog_characters = blog.text().length; var title = jQuery(".hubspot-title"); - image.css("margin-bottom", "20px").css("background-size", "contain").css("width", "200px").css("height","200px");; - image_link.css("display", "block").css("width", "200px").css("margin", "0 auto"); + image.css("margin-bottom", "20px").css("background-size", "contain").css("width", "500px").css("height","350px"); + image_link.css("display", "block").css("width", "500px"); blog.find('img').remove(); title.find("h1").css("margin-bottom", "15px").css("font-size", "25px");