Hi – I’ve added the shortcode [pdf_thumb_WxH] to the Link Template. However, the thumbnail size appears to be a large size and does not change no matter how I resize it.
The code looks like this:
<div class="be-article-download">
<div class="_picture">
[pdf_thumb_250x120]
</div>
<div class="_text">
<div class="_name">[title]</div>
<div class="_size">[file_size] [first_file_ext]</div>
</div>
<div class="_action">
<a href="[download_url]"><svg class="icon download"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#download"></use></svg></a>
<a href="[first_file_path]" target="_blank"><svg class="icon eye"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#eye"></use></svg></a>
<ul class="list-reset">
<li><a href="[first_file_path]" target="_blank">View online</a></li>
<li><a href="[download_url]">direct download</a></li>
</ul>
</div>
</div>
Can you please help?
Thanks!