Download the PHP package dmnc/ssip without Composer
On this page you can find all versions of the php package dmnc/ssip. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ssip
Super Simple (SVG) Image Placeholders
Introduction
This package is designed to allow the creation of image placeholders with minimal fuss by providing data URIs to be substituted into an img or source's src
or srcset
attributes.
The aim is to create a placeholder that meets the following criteria:
- Behaves exactly like a genuine image when styled and resized.
- Can be used when developing offline.
- Does not require additional JavaScript introduced into the page.
- Keeps data URI size to a minimum.
The only option right now is to use SVG for this.
Installation
Usage
Placeholders are immutable and created directly through their constructor.
Support
Currently tested on:
- Chrome 80
- Firefox 73
- Safari 12.1
- Edge 18
- IE11
- IE10
Alternatives
If you require more feature rich placeholders, and are able to add JavaScript into your page, I suggest the fantastic Holder.js.
All versions of ssip with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0 | ^8.0
The package dmnc/ssip contains the following files
Loading the files please wait ....