-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Not working in Laravel11 Livewire3 project
What version of Lightbox2 you are using?
version 2
Which browsers and operating systems have you seen the issue on?
Chrome Version 124.0.6367.62 (Official Build) (x86_64) on a Mac
What are the steps to reproduce the bug?
Setup in a Laravel11 Livewire3 project and getting image with black background.
I tried with two different test sites generated to try and resolve this issue.
Do you have link to a live site where the bug is visible? or can you post relevant HTML, CSS, and Javascript?
js/app.js
import './bootstrap';
import jQuery from './jquery';
window.$ = jQuery;
window.jQuery = jQuery;
import './lightbox';
cs/app.css
@import './lightbox.css';
===============================
blade file
I tried using just the CDN files as well.