Preload a gif in a dynamic imported modal
Unanswered
Asian black bear posted this in #help-forum
Asian black bearOP
I am planning to render a gif that is around 1mb in size via next/image and it is used inside a dynamic imported component. I was wondering if there is a way to "preload" the gif via an next API when the button is clicked to open that component or if adding priority to the next/image is the best I can do. thanks!