Skip to content
Snippets Groups Projects
Commit a33a11db authored by Ron Lucke's avatar Ron Lucke Committed by David Siegfried
Browse files

fix #3184

Closes #3184

Merge request studip/studip!3176
parent 863aa640
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</div> </div>
</div> </div>
<div v-if="currentLayout === 'grid'" class="cw-block-gallery-content"> <div v-if="currentLayout === 'grid'" class="cw-block-gallery-content">
<div class="cw-block-gallery-grid"> <div class="cw-block-gallery-grid formatted-content">
<figure v-for="image in files" :key="image.id" :style="{ 'max-width': gridWidth }"> <figure v-for="image in files" :key="image.id" :style="{ 'max-width': gridWidth }">
<img :src="image.meta['download-url']" :title="image?.attributes?.name" /> <img :src="image.meta['download-url']" :title="image?.attributes?.name" />
<figcaption v-if="showDescription"> <figcaption v-if="showDescription">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment