Skip to content

Commit daf9665

Browse files
committed
[C] Disable zoom in resource slides
Resolves MNFLD-1116
1 parent 28491d2 commit daf9665

File tree

1 file changed

+1
-0
lines changed
  • client/src/frontend/components/entity/Collection/patterns/ProjectResourceCollectionDetail

1 file changed

+1
-0
lines changed

client/src/frontend/components/entity/Collection/patterns/ProjectResourceCollectionDetail/SlideshowSection.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default function SlideshowSection({
1919
collectionResources={slideshowResources}
2020
pagination={slideshowResourcesMeta.pagination}
2121
dispatch={dispatch}
22+
slideOptions={{ enableZoom: false }}
2223
/>
2324
</>
2425
) : null;

0 commit comments

Comments
 (0)