Skip to content

SVG background image not showing in admin #252

@sitesandsuch

Description

@sitesandsuch

When using SVGs (using a plugin like 'SVG Support' or otherwise) as a background image on a section or cell they do not show up as a thumbnail as they may not have an explicit size. I fixed this by adding the following CSS:

.mesh-section-background .choose-image img {
min-width: 100px;
}

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