</div>
</div>
<div id="main">
- <div class="row">
+ <div>
<?php if (function_exists('fetch_all_glm_blocks')):?>
<?php $blocks = fetch_all_glm_blocks();?>
<?php foreach ($blocks as $block):?>
<?php
if (has_post_thumbnail()) {
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), "full");
- echo ' style="background: url('.$image_data[0].'); height: '.$image_data[2].'px;max-height: 400px; "';
+ echo ' style="background: url('.$image_data[0].'); height: '.$image_data[2].'px;max-height: 200px; "';
}
else {
echo ' style="display: none;"';