Closed matthewsanders closed 8 years ago
Could simply default to responsive:
<amp-img src="/<%= config.generator_amp.logo.path %>" width="<%= config.generator_amp.logo.width %>" height="<%= config.generator_amp.logo.height %>" layout="responsive">
OR
could add this as a configuration. #9
@matthewsanders Thank you very much.
Could simply default to responsive:
<amp-img src="/<%= config.generator_amp.logo.path %>" width="<%= config.generator_amp.logo.width %>" height="<%= config.generator_amp.logo.height %>" layout="responsive">
OR
could add this as a configuration. #9