Service portal: pull in a background image using CSS
where the image is uploaded to images (db_image) table
HTML:
<div id="homepage-search" class="hidden-xs catalog-bg" ng-init="c.trackPage()">
CSS:
.catalog-bg {
background-image: url('/image123.png');
background-repeat: no-repeat;
background-position: right bottom;
}
Comments
Post a Comment