How to add a banner

var imageURL = 'ENTER_URL_HERE';
$('.main-Content > .container').prepend('<img id="banner-image" src="' + imageURL + '" style="width:100%"/>');
View Source Code
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.