I’m using masonry plugin in my website
My problem is that the first 20 images take a long time to load and until fully charged and remain in the left side of the page to form a column of images.
How can I speed up the first twenty images from my web page with this plugin?
Thank you very much
You can us a CDN or load them from a different domain. Browsers typically can transfer eight files at once per domain. Using a different domain or CDN allows you to bypass this limitation.