Fetch-On-Demand

Fetches the image as soon as we scroll to it's position on the page.


This is fairly easy to set-up.

How it's done in React and Preact:

return (
    <Image fetchOnDemand src="someImageURL"/>
)

Also works in Vue:

<template>
    <Image fetchOnDemand src="someImageURL"/>
</template>

results matching ""

    No results matching ""