I'm using the paid version and would like the download button to be shown also when displaying MP4 videos.
Example:
one80zwolle.nl/zapier/events/huwelijksklas-met-pastor-rusu/
Below the title are 2 links, "show image" and "show video". The download button is visible and working with "show image". Can it be shown too with "show video"? (MP4)
The source code does have a download link, but the URL is # and the styling prevents it from being displayed:
HTML:
<a href="#" rel="nofollow" class="ari-fancybox-button ari-fancybox-button-download" title="Download" data-fancybox-btn="download"></a>
CSS:
.ari-fancybox-download-hide .ari-fancybox-button-download, .ari-fancybox-share-buttons-hide .ari-fancybox-button-share {
display: none;
}
Your help is appreciated.