Download the PHP package blackbird/external-resources-loader without Composer
On this page you can find all versions of the php package blackbird/external-resources-loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download blackbird/external-resources-loader
More information about blackbird/external-resources-loader
Files in blackbird/external-resources-loader
Download blackbird/external-resources-loader
More information about blackbird/external-resources-loader
Files in blackbird/external-resources-loader
Vendor blackbird
Package external-resources-loader
Short Description Easily lazy load scripts and styles by url
License MIT
Package external-resources-loader
Short Description Easily lazy load scripts and styles by url
License MIT
Please rate this library. Is it a good library?
Informations about the package external-resources-loader
External resources loader
This tiny Magento 2 module will allow you to easily lazy load scripts and styles by url.
Installation
Usage
Load script :
Load style :
Load multiple related scripts and styles :
Troubleshooting
The loadExternalResource
method will load a script or a style depending on the url extension.
If the url doesn't end by .js
or .css
, you could lazy load resource using one of these 2 methods :
loadExternalScript
: load resource from a url that provides javascript contentloadExternalStyle
: load resource from a url that provides css content
For instance :
All versions of external-resources-loader with dependencies
PHP Build Version
Package Version
The package blackbird/external-resources-loader contains the following files
Loading the files please wait ....