Remove blur on first home slide
This commit is contained in:
parent
22534ddb7e
commit
9502ea3604
2 changed files with 5 additions and 5 deletions
|
|
@ -43,9 +43,9 @@ class Index extends Component {
|
|||
const car2 = $('#carouselSndIndicators');
|
||||
car1.carousel();
|
||||
car2.carousel();
|
||||
_.defer(() => {
|
||||
/* _.defer(() => {
|
||||
$('#firsthomeslide').addClass('lazy');
|
||||
});
|
||||
}); */
|
||||
const loadLazy = (ev) => {
|
||||
ev.relatedTarget.classList.add('lazy');
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue