FIX: data-lazy-bg

This commit is contained in:
Tony Air 2020-02-05 01:47:04 +07:00
parent 079b142a40
commit d973668e3a
4 changed files with 4 additions and 4 deletions

2
dist/js/app.js vendored

File diff suppressed because one or more lines are too long

2
dist/js/app.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "1.7.0",
"version": "1.7.1",
"author": "Tony Air <tony@twma.pro>",
"license": "MIT",
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",

View File

@ -350,7 +350,7 @@ const MainUI = (($) => {
$el.addClass('loading');
AjaxUI.preload([lazySrc]).then(() => {
$el.css({ 'background-image': lazySrc });
$el.css({ 'background-image': `url(${ lazySrc })` });
$el.addClass('loaded');
$el.removeClass('loading');