I am currently working on a website section that utilizes instafeed.js to display the three most recent images from an Instagram account. The images are loading correctly, but I need some guidance on how to style them appropriately. Unfortunately, the HTML generated by instafeed does not include classes for the images, which is why I am reaching out for help. Below you will find screenshots of the desired styling and the current layout. Additionally, I have included the source file HTML and the output from instafeed. Any assistance would be greatly appreciated!
Current default image loading (current state): https://i.sstatic.net/6rIea.png
Desired image layout: https://i.sstatic.net/NTFO1.png
Source file HTML (instafeed requires a div with an id of "instafeed" to load the images into):
<div class="col2">
<div class="insta-box">
<div id="instafeed"></div>
</div>
<div class="acell">
<div class="contentbox">
<a href="https://www.youtube.com/channel/UCQEXfLzrNpxe7AZme3dTP0w" target="_blank"><img class="yt-bg" src="<?php bloginfo('stylesheet_directory'); ?>/images/youtube-img.jpg" alt="Youtube" /><span><img class="play" src="<?php bloginfo('stylesheet_directory'); ?>/images/play-img.png"></img>Press Play!</span></a>
</div>
</div>
</div>
Generated content: