pqina / filepond-plugin-image-preview

🖼 Show a preview for images dropped on FilePond
https://pqina.nl/filepond
MIT License
46 stars 26 forks source link

CSS problem #42

Closed patriksh closed 3 years ago

patriksh commented 3 years ago

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.

patriksh commented 3 years ago

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.