mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 12:49:29 +02:00
Fix #747: Support embedding full artist discographies
This commit is contained in:
parent
1d787904f4
commit
8ae00b0698
9 changed files with 157 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue