more updates
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Apr 2016 21:51:07 +0000 (17:51 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Apr 2016 21:51:07 +0000 (17:51 -0400)
parts/glm-blocks.php

index 1706c07..93d7c96 100644 (file)
@@ -9,7 +9,7 @@
            <?php $thumbnail = wp_get_attachment_image_src( $post_image_id, false); ?>
            
            <!--block div -->
-            <div id="block-<?php echo $count; ?>" class="small-12 columns blocks" style="background: url('<?php echo $thumbnail[0]; ?>') no-repeat ; background-size: 100%; background-position: center bottom;"> 
+            <div id="block-<?php echo $count; ?>" class="small-12 columns blocks" style="background: url('<?php echo $thumbnail[0]; ?>') no-repeat scroll center top;"> 
                 <?php if($block->url):?>
                 <a href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>
                     <?php endif;?>