Fix #747: Support embedding full artist discographies

This commit is contained in:
Eliot Berriot 2019-03-08 10:30:04 +01:00
parent 1d787904f4
commit 8ae00b0698
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
9 changed files with 157 additions and 6 deletions

View file

@ -29,7 +29,11 @@
</div>
</div>
<div class="preview">
<h3><translate :translate-context="'Popup/Embed/Title/Noun'">Preview</translate></h3>
<h3>
<a :href="iframeSrc" target="_blank">
<translate :translate-context="'Popup/Embed/Title/Noun'">Preview</translate>
</a>
</h3>
<iframe :width="frameWidth" :height="height" scrolling="no" frameborder="no" :src="iframeSrc"></iframe>
</div>
</div>