Skip to main content

Add (sponsor) image in the waiting room

An explanation on how to add an (sponsor) image in the waiting room for the attendees

Updated over 3 years ago

1. Go to Dashboard --> Advanced --> Customization script

2. Add the script as shown below.

// show sponsor image in waiting room //

$("#page-content-wrapper > div.content > div.panel.panel-default.workshop-waiting-room > div.panel-body").append('</br><img src="https://i.imgur.com/iY5JpTg.png" style="width:50%; height:50%"></img>');

3. Change the Imgur link [https://i.imgur.com/iY5JpTg.png] in the script above in your own Imgur link address, as shown below.

Did this answer your question?