Updated default ntp wallpaper image

fix https://github.com/brave/brave-browser/issues/19127
This commit is contained in:
Simon Hong
2021-11-01 19:59:57 +09:00
parent da3bc6f132
commit 9612ee8236
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ void CustomizeWebUIHTMLSource(const std::string &name,
{ "6c337c63662ee0ba4e57f6f8156d69ce.svg", IDR_BRAVE_NEW_TAB_IMG2 },
// New tab Backgrounds
#if !defined(OS_ANDROID)
{ "spencer-moore_lake.avif", IDR_BRAVE_NEW_TAB_BACKGROUND1 },
{ "dylan-malval_sea-min.webp", IDR_BRAVE_NEW_TAB_BACKGROUND1 },
#endif
// private tab
{ "c168145d6bf1abf2c0322636366f7dbe.svg", IDR_BRAVE_PRIVATE_TAB_TOR_IMG }, // NOLINT
@@ -4,9 +4,9 @@
export const images: NewTab.BackgroundWallpaper[] = [
{
'wallpaperImageUrl': 'spencer-moore_lake.avif',
'author': 'Spencer M. Moore',
'link': 'https://www.smoorevisuals.com/landscapes',
'wallpaperImageUrl': 'dylan-malval_sea-min.webp',
'author': 'Dylan Malval',
'link': 'https://www.instagram.com/vass_captures/',
'originalUrl': 'Contributor sent the hi-res version through email',
'license': 'used with permission'
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 622 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 KiB

@@ -49,7 +49,7 @@
<!-- Imagery links -->
<if expr="not is_android">
<include name="IDR_BRAVE_NEW_TAB_BACKGROUND1" file="../img/newtab/backgrounds/spencer-moore_lake.avif" type="BINDATA" />
<include name="IDR_BRAVE_NEW_TAB_BACKGROUND1" file="../img/newtab/backgrounds/dylan-malval_sea-min.webp" type="BINDATA" />
</if>
<!-- WebUI private new tab resources -->