Error formatting macro: include: com.atlassian.confluence.core.service.NotAuthorizedException: User 'null' does not have permission to view the page.

Чтобы уменьшить размеры preview (thumbnails) галереи, можно в таблицу стилей, глобальной или конкретного пространства, вставить следующий код:

.gallery-image img {
    width: 150px;
    height: auto;
}

.gallery-image {
   max-width: 170px;
}