How do I hide images from the map but keep them in the profile?
Hide images from all elements
@settings {
element-image-visibility: hidden;
}Hide images from a subset of elements
Organization {
image-visibility: hidden;
}Last updated
Was this helpful?