Skip to content

Not Loading in Laravel11 Livewire3 project (lightbox2) #752

@stevecreekmore

Description

@stevecreekmore

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions