Thanks for the reply!
I realized I didn’t give enough context. I attached the gif as featured image.
I’m displaying the downloads in a grid, im using the Link Templates.
In the template, I use the thumb_url. (I didn’t see other options at Template Variables, that I could use)
<div class=”__wpdm_square_card” style=”background-image: url(‘[thumb_url_600x600]’);”>
<div class=”__wpdm_square_content”>
<h2 class=”__wpdm_square_title”>[title]</h2>
<p class=”__wpdm_square_description”>[description]</p>
[download_link]
</div>
</div>
Is there any way to display the actual gif I attach to the download as featured image?