pqina / filepond-plugin-image-preview

🖼 Show a preview for images dropped on FilePond

Home Page:https://pqina.nl/filepond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS problem

patriksh opened this issue · comments

When using the plugin, the image preview seems to go all over the place. Tested on multiple Osclass sites with different themes, I didn't notice any interfering stylesheet rules.

image

This doesn't happen with the media preview plugin (video & audio).

What's even weirder, is that if I hide the overlay divs that cause this mess, the upload just doesn't work.

.filepond--image-preview-overlay {
    display: none;
}

image

With that CSS rule, it just hangs on "Uploading" forever.

Nevermind, just noticed I didn't include the plugin CSS properly...

It's always that I struggle with a simple issue for hours, ask for help, and immediately find the problem after.