increasing the image size for the harborcountry hubspot blog output. increasing the...
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 4 Oct 2016 15:24:31 +0000 (11:24 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 4 Oct 2016 15:24:31 +0000 (11:24 -0400)
index.php
views/frontPage.php

index 0f01f28..c4a63e2 100644 (file)
--- 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
index 3f26fca..7cbbced 100644 (file)
@@ -24,8 +24,8 @@ echo '<div class="hubspot-container">'
      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");