Home
last modified time | relevance | path

Searched refs:RasterImageLink (Results 1 – 7 of 7) sorted by relevance

/plugin/combo/ComboStrap/
H A DMediaLink.php52 * @return RasterImageLink|SvgImageLink|ThirdMediaLink|MediaLink
72 return new RasterImageLink($mediaMarkup);
H A DSvgImageLink.php104 $imgAttributes->addClassName(RasterImageLink::RESPONSIVE_CLASS);
H A DDimension.php17 const NATURAL_SIZING_ELEMENT = [SvgImageLink::CANONICAL, RasterImageLink::CANONICAL];
H A DRasterImageLink.php33 class RasterImageLink extends ImageLink class
/plugin/combo/lang/en/
H A Dsettings.php35 use ComboStrap\RasterImageLink; alias
207 $lang[LazyLoad::CONF_RASTER_ENABLE] = PluginUtility::getDocumentationHyperLink(RasterImageLink::CANONICAL, "Raster Image - Load the raster image only when they become visible");
208 $lang[RasterImageLink::CONF_RETINA_SUPPORT_ENABLED] = PluginUtility::getDocumentationHyperLink(RasterImageLink::CANONICAL, "Raster Image - Retina Support: If checked, the images downloaded will match the display capabilities (the size DPI correction will not be applied)");
209 $lang[RasterImageLink::CONF_RESPONSIVE_IMAGE_MARGIN] = PluginUtility::getDocumentationHyperLink(RasterImageLink::CANONICAL, "Raster Image - Responsive image sizing: The image margin applied to screen size");
/plugin/combo/conf/
H A Dmetadata.php37 use ComboStrap\RasterImageLink; alias
259 $meta[RasterImageLink::CONF_RESPONSIVE_IMAGE_MARGIN] = array('string');
260 $meta[RasterImageLink::CONF_RETINA_SUPPORT_ENABLED] = array('onoff');
/plugin/combo/
H A Ddeleted.files93 class/RasterImageLink.php