diff --git a/front/src/components/audio/EmbedWizard.vue b/front/src/components/audio/EmbedWizard.vue index b25866019771f3567c3c6a4c1a983f381734d00a..73569e64f33ae68362afbe0d5ae64c177a62aebc 100644 --- a/front/src/components/audio/EmbedWizard.vue +++ b/front/src/components/audio/EmbedWizard.vue @@ -20,7 +20,7 @@ <button @click="copy" class="ui right teal labeled icon floated button"><i class="copy icon"></i><translate :translate-context="'Popup/*/Button.Label/Verb'">Copy</translate></button> <label for="embed-width"><translate :translate-context="'Popup/Embed/Input.Label/Noun'">Embed code</translate></label> <p><translate :translate-context="'Popup/Embed/Paragraph'">Copy/paste this code in your website HTML</translate></p> - <textarea ref="textarea":value="embedCode" rows="3" readonly> + <textarea ref="textarea":value="embedCode" rows="5" readonly> </textarea> </div> </div>