Skip to content

CSS Background-Image Path Issues #9

@yjjyjjyjjyjj

Description

@yjjyjjyjjyjj

If there are spaces in the image file path, there is a problem that the puzzle pieces cannot be loaded.
line 93 of the jquery.snap-puzzle.js file

backgroundImage: 'url('+src+')',
in code

backgroundImage: "url('"+src+"')",
It should be fixed in code.

thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions