mesh icon indicating copy to clipboard operation
mesh copied to clipboard

SVG background image not showing in admin

Open sitesandsuch opened this issue 6 years ago • 0 comments

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; }

sitesandsuch avatar Oct 12 '18 05:10 sitesandsuch