@@ -10,6 +10,7 @@ export const LightBox = (props) => {
<FsLightbox
toggler={toggler}
sources={[props.src]}
+ type='image'
/>
</>
);