---
title: "Defer Images"
description: "We help designers, developers, hobbyists and business owners get the most out of the Joomla CMS.  Join us at our free monthly meetups, and let us help you with your Joomla projects."
url: "https://www.joomlalondon.co.uk/official-joomla-announcements/defer-images"
date: "2026-09-09T17:09:39+00:00"
language: "en-GB"
---

#  Defer Images

Joomla Defer Images plugin (Lazy images).

This plugin makes your images loading when it is needed (LazyImages) or show all images after the whole page loaded (OnLoad).

First, it replaces images with small image as 'data:image' code.
Then, when you load page and scroll, it loads an images which on the actual screen or load all images after page loaded (OnLoad).

The plugin parameters:

Defer type - Select which images loading type you need (LazyImages by default);
\- LazyImages - makes your images loading when it is needed, when you load page and scroll, it loads an images which on the actual screen;
\- OnLoad - load all images after the whole page loaded with OnLoad event.

Images Load Delay - Delay for load deferred images on page load;

Read more  [http://feeds.joomla.org/~r/JoomlaExtensions/~3/w-g1oyhv-Ok/defer-images](http://feeds.joomla.org/~r/JoomlaExtensions/~3/w-g1oyhv-Ok/defer-images "Defer Images")

## Schema

```json
{ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Start", "item": "https://www.joomlalondon.co.uk" }, { "@type": "ListItem", "position": 2, "name": "Official Joomla! Announcements", "item": "https://www.joomlalondon.co.uk/official-joomla-announcements" }, { "@type": "ListItem", "position": 3, "name": "Defer Images", "item": "https://www.joomlalondon.co.uk/official-joomla-announcements/defer-images" } ] }
```
