removing last set of changes to the dynamic height functions for the front page featu...
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 Aug 2016 15:58:09 +0000 (11:58 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 Aug 2016 15:58:09 +0000 (11:58 -0400)
js/app.js
js/custom/pageSetup.js

index e9cbd2f..e922847 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -120,7 +120,7 @@ $(document).ready(function () {
         var prev = $(this).prev();
         var next = $(this).next();
          
-         event_header.css("height", header_height_max + 26 + "px");
+         event_header.css("height", header_height_max + "px");
 
         var img_src = $(this).find("img").attr('src');
         $(this).find('img').wrap("<div style='background: url(" + img_src + ") no-repeat center center;background-size: cover;' class='image-container'></div>");
index a06bb82..ae94fe3 100644 (file)
@@ -111,7 +111,7 @@ $(document).ready(function () {
         var prev = $(this).prev();
         var next = $(this).next();
          
-         event_header.css("height", header_height_max + 26 + "px");
+         event_header.css("height", header_height_max + "px");
 
         var img_src = $(this).find("img").attr('src');
         $(this).find('img').wrap("<div style='background: url(" + img_src + ") no-repeat center center;background-size: cover;' class='image-container'></div>");