laravel-page-speed icon indicating copy to clipboard operation
laravel-page-speed copied to clipboard

DeferJavascript causes "Uncaught ReferenceError: GLightbox is not defined"

Open Mor9oth opened this issue 1 year ago • 1 comments

As soon as I use the middleware "\RenatoMarinho\LaravelPageSpeed\Middleware\DeferJavascript::class," I got this error: "Uncaught ReferenceError: GLightbox is not defined" As soon as I remove it, the error also is gone.

<script type=text/javascript> const lightbox = GLightbox({ touchNavigation: true, loop: false, closeEffect: 'fade' });

How can I fix that?

Mor9oth avatar Mar 07 '23 09:03 Mor9oth

same issue.

memiljamel avatar May 05 '23 16:05 memiljamel