The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/app/apps/client/admin/modalTemplates/iframeModal.html

7 lines
320 B

<template name="iframeModal">
<main class="rc-modal__content" style="height: 300px; width: 450px; padding: 0px;">
<iframe src="{{ data.url }}" style="border: none; display: none; height: 100%; width: 100%;"></iframe>
<div class="loading">{{> loading class="loading-animation--primary"}}</div>
</main>
</template>