HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/PDeckers/opelkapitan.nl/app/storage/views/2bc846c3cc0f9a5be8d746f0dbd5e4b3
<div class="photo-album"> <div class="content-container"> <?php foreach($data->content->images as $photo): ?> <div class="photo"> <a href="<?php echo $photo->large_image_url; ?>" data-lightbox="opel"> <div class="photo-wrapper"> <div class="photo-content"> <span class="large" style="background-image: url('<?php echo $photo->large_image_url; ?>');"></span> <span class="medium" style="background-image: url('<?php echo $photo->medium_image_url; ?>');"></span> </div> </div> </a> </div> <?php endforeach; ?> </div> </div>