Hi – I’m hoping someone can help me adjust the height of this doc preview in the Link Template?
Screenshot of the output attached. Thanks!
This is the code:
<div class="be-article-download">
<div class="_picture">
[doc_preview]
</div>
<div class="_text">
<div class=”_name”>[title]</div><br>
<div class=”_size”>[file_size] [first_file_ext]</div><br><br>
<div class="_action">
<a href="[download_url]" class="btn-icon _download-link"><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" class="btn-icon"><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>