Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codrops/GridToSlider
/ preloadImages
Function
preloadImages
js/utils.js:2–6 ·
view source on GitHub ↗
(selector = 'img')
Source
from the content-addressed store, hash-verified
1
// Preload images
2
const
preloadImages = (selector =
'img'
) => {
3
return
new
Promise((resolve) => {
4
imagesLoaded(document.querySelectorAll(selector), {background: true}, resolve);
5
});
6
};
7
8
export
{
9
preloadImages,
Callers
3
index.js
File · 0.90
index.js
File · 0.90
index.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected