1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-28 16:30:09 +02:00

Merge branch 'develop' into add-psone-controller-icon

This commit is contained in:
Igor Guastalla
2019-02-08 23:22:30 -02:00
committed by GitHub
2 changed files with 19 additions and 17 deletions

View File

@@ -16,5 +16,7 @@ stories.add('avatars', () => {
const isRounded = boolean('is-rounded', false) ? 'is-rounded' : '';
const selectedClasses = [isRounded, options].join(' ');
return `<img src="http://www.gravatar.com/avatar" class="nes-avatar ${selectedClasses}">`;
return `<img src="http://www.gravatar.com/avatar?s=15" class="nes-avatar ${selectedClasses}"
alt="Gravatar Image Example"
style="image-rendering: pixelated;">`;
});