You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
I'm experiencing the same problem as above. My configuration is identical working in Symfony. Lighgtbox2 is imported in that it appears in a page's HTML: "lightbox2": "/assets/vendor/lightbox2/lightbox2.index-3d584173438145230243225cbabb180a.js" but that's all.
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.
The text was updated successfully, but these errors were encountered: