Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

AppsDevTeam/nette-macro-webp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Nette Macro Webp

Installation

$ composer require adt/nette-macro-webp:@dev

To your config.neon add:

extensions:
	webpSrcMacroExtension: ADT\WebpSrcMacroExtension

Usage

Latte
<img n:webpSrc="myImage.jpg">

Output

If browser send header Accept: image/webp:

<img src="myImage.webp">

If do not:

<img src="myImage.jpg">

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages