NIIISH
Results
1
comments of
NIIISH
Hi, about fancybox component, something like this: ```js import Image from 'next/image'; const Fancybox = dynamic(() => import('../../index').then((mod) => mod.Fancybox), {ssr:false}); ``` for now fancybox uses only 600px image or...