mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
FIX: data-lazy-bg
This commit is contained in:
parent
079b142a40
commit
d973668e3a
2
dist/js/app.js
vendored
2
dist/js/app.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/app.js.map
vendored
2
dist/js/app.js.map
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
|
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
|
||||||
"version": "1.7.0",
|
"version": "1.7.1",
|
||||||
"author": "Tony Air <tony@twma.pro>",
|
"author": "Tony Air <tony@twma.pro>",
|
||||||
"license": "MIT",
|
"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.",
|
"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.",
|
||||||
|
@ -350,7 +350,7 @@ const MainUI = (($) => {
|
|||||||
$el.addClass('loading');
|
$el.addClass('loading');
|
||||||
|
|
||||||
AjaxUI.preload([lazySrc]).then(() => {
|
AjaxUI.preload([lazySrc]).then(() => {
|
||||||
$el.css({ 'background-image': lazySrc });
|
$el.css({ 'background-image': `url(${ lazySrc })` });
|
||||||
|
|
||||||
$el.addClass('loaded');
|
$el.addClass('loaded');
|
||||||
$el.removeClass('loading');
|
$el.removeClass('loading');
|
||||||
|
Loading…
Reference in New Issue
Block a user