Hi, I have this tag in my ejs template <img srcset="img/desktop/logo-horiz-colors.png 1024w, img/mobile/logo-horiz-colors.png 640w" src="img/desktop/logo-horiz-colors.png" ... > being transformed in: <img srcset="img/desktop/logo-horiz-colors.png 1024w, img/mobile/logo-horiz-colors.png 640w" src="../img/desktop/logo-horiz-colors.png" ...> As you can see the `src` attribute is relative, but the `srcset` isn't I submitted PR https://github.com/claudetech/node-static-i18n/pull/50 to fix it