-
Notifications
You must be signed in to change notification settings - Fork 10
Supports Just Responsive Images
alex_prokopenko edited this page Jan 19, 2018
·
2 revisions
Just Responsove Images (github docs) is a plugin to make your images on your site true responsive with retina support.
This simple extension registers configuration hook to load plugin settings from
{theme}/config/just-responsive-images.json
file.
To enable this feature you need to create an instance of feature class:
<?php
\JustCoded\WP\Framework\Supports\Just_Responsive_Images::instance();