File: D:/HostingSpaces/SBogers70/inter-mill.com/app/storage/views/5153a6a30f2a28d3f8d79cbe06f3ad65
<div class="multiple-images dynamic">
<div class="content-container main<?php echo $dynamicContent->textWidth; ?>">
<div class="main-image <?php echo $dynamicContent->location; ?>">
<?php /*<?php echo $__env->make('layouts.styling.window', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>*/ ?>
<?php if(isset($dynamicContent->tab[0]->images[0])): ?>
<?php if(ends_with($dynamicContent->tab[0]->images[0]->original_image_url, '.gif')): ?>
<div class="gif"
style="background-image: url('<?php echo $dynamicContent->tab[0]->images[0]->original_image_url; ?>')"></div>
<img alt="mainImage" class="responsive gif" src="<?php echo $dynamicContent->tab[0]->images[0]->original_image_url; ?>"/>
<?php else: ?>
<div class="large"
style="background-image: url('<?php echo $dynamicContent->tab[0]->images[0]->large_image_url; ?>')"></div>
<div class="medium"
style="background-image: url('<?php echo $dynamicContent->tab[0]->images[0]->medium_image_url; ?>')"></div>
<img alt="mainImage" class="responsive large" src="<?php echo $dynamicContent->tab[0]->images[0]->large_image_url; ?>"/>
<img alt="mainImage" class="responsive medium" src="<?php echo $dynamicContent->tab[0]->images[0]->large_image_url; ?>"/>
<?php endif; ?>
<?php endif; ?>
</div>
<div class="sub-images <?php echo $dynamicContent->location; ?>">
<?php if(sizeof($dynamicContent->tab[2]->images)==0 && sizeof($dynamicContent->tab[1]->images)!=0): ?>
<div class="full">
<?php /*<?php echo $__env->make('layouts.styling.window', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>*/ ?>
<?php if(ends_with($dynamicContent->tab[1]->images[0]->original_image_url, '.gif')): ?>
<img alt="content-image" class="gif" src="<?php echo $dynamicContent->tab[1]->images[0]->original_image_url; ?>"/>
<?php else: ?>
<img alt="content-image-sub" class="large"
src="<?php echo $dynamicContent->tab[1]->images[0]->large_image_url; ?>"/>
<img alt="content-image-sub" class="medium"
src="<?php echo $dynamicContent->tab[1]->images[0]->medium_image_url; ?>"/>
<?php endif; ?>
</div>
<?php elseif(sizeof($dynamicContent->tab[2]->images)>=1): ?>
<div class="half">
<?php /*<?php echo $__env->make('layouts.styling.window', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>*/ ?>
<?php if(ends_with($dynamicContent->tab[1]->images[0]->original_image_url, '.gif')): ?>
<img alt="content-image" class="gif" src="<?php echo $dynamicContent->tab[1]->images[0]->original_image_url; ?>"/>
<?php else: ?>
<img alt="content-image-sub" class="large"
src="<?php echo $dynamicContent->tab[1]->images[0]->large_image_url; ?>"/>
<img alt="content-image-sub" class="medium"
src="<?php echo $dynamicContent->tab[1]->images[0]->medium_image_url; ?>"/>
<?php endif; ?>
</div>
<div class="half">
<?php /*<?php echo $__env->make('layouts.styling.window', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>*/ ?>
<?php if(ends_with($dynamicContent->tab[2]->images[0]->original_image_url, '.gif')): ?>
<img alt="content-image" class="gif" src="<?php echo $dynamicContent->tab[2]->images[0]->original_image_url; ?>"/>
<?php else: ?>
<img alt="content-image-sub" class="large"
src="<?php echo $dynamicContent->tab[2]->images[0]->large_image_url; ?>"/>
<img alt="content-image-sub" class="medium"
src="<?php echo $dynamicContent->tab[2]->images[0]->medium_image_url; ?>"/>
<?php endif; ?>
</div>
<?php else: ?>
<div class="full" style="background-color: #007bc3;">
<?php /*<?php echo $__env->make('layouts.styling.window', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>*/ ?>
<img alt="content-image-sub" src="/images/structure/image_placeholder.jpg"/>
</div>
<?php endif; ?>
</div>
<div class="clear"></div>
</div>
</div>