jquery-lazyload 1.7.2-1.1 source package in Ubuntu

Changelog

jquery-lazyload (1.7.2-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 05 Jan 2021 00:58:41 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jquery-lazyload_1.7.2-1.1.dsc 2.0 KiB 81ed2584884b7e9cf559c2f8fc2582d1352b55fb5aeb9e759fc16ff86c5ad7b2
jquery-lazyload_1.7.2.orig.tar.gz 1.4 MiB 3c46892093459afc96d478518f4c5ee9b56de8da051d12fdecca3f6e1611ab26
jquery-lazyload_1.7.2-1.1.debian.tar.xz 3.2 KiB 109e24e1dab5351199600ea54b34e3d123e81ae06d537c3e5a12b1dcb92ebf5f

Available diffs

No changes file available.

Binary packages built by this source

libjs-jquery-lazyload: Lazy Load Plugin for jQuery

 Lazy Load is a jQuery plugin written in JavaScript. It delays loading of
 images in long web pages. Images outside of viewport (visible part of web
 page) won't be loaded before user scrolls to them. This is opposite of image
 preloading.
 .
 Using Lazy Load on long web pages containing many large images makes the page
 load faster. Browser will be in ready state after loading visible images.
 In some cases it can also help to reduce server load.
 .
 Lazy Load is inspired by YUI ImageLoader Utility by Matt Mlinac.