CC Platform
Would you like a new video to be added? Request one here!
CrowdComms Dashboard Overview
Using and Sending Alerts
🔗 directly accessible with this link
Embedding Videos on the CC Platform
🔗 directly accessible with this link
Adding Vimeo Videos on Demand
Miscellaneous Guides
Videos below are quite niche and specific, proceed with caution!Â
Embedding Third Party Polling in Engagement Panel
The above video references some resources. They are available below.
CSS to Increase Embed Size
/*---------- Setup Poll area for iFrame ----------*/
cc-poll-intermission, cc-poll-intermission ion-card > div {width:100%!important;}
cc-poll-intermission ion-card iframe {border:none!important;}
cc-poll-intermission > div > ion-card {
margin:0px!important;
padding:0px!important;
box-shadow:none!important;
}
cc-agenda-session-poll-tab > div {
justify-content:flex-start!important;
}
HTML to Copy and Paste
<p><iframe class="ql-video" src="PASTE_URL_HERE" width="100%" height="500" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p></p>
🔗 directly accessible with this link
Custom Sized Company Logo Fix
🔗 directly accessible with this link
The CSS used during the above video is available to copy from the Custom CSS Snippets page!
Â