Skip to content

Lab43/underdot-srcset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paths

Absolute paths (starting with a slash) should be written relative to the source directory. Let's say you're working on a page at /source/about/team.ejs. If you use <%- srcset('/images/header.jpg'); %> it will look for the image file /source/images/header.jpg.

Relative pths should be written relative to the current file. Again, let's say you're working on a page at /source/about/team.ejs. It you use <%- srcset('images/header.jpg'); %> it will look for the image file at /source/about/images/header.jpg.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published