Reducing size of twitter card image.

This commit is contained in:
softsimon 2020-03-10 01:29:11 +07:00
parent 1c883cf150
commit 701b8610e5
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 165 KiB

View File

@ -8,8 +8,8 @@
<meta name="description" content="An open-source mempool visualizer and blockchain explorer for Bitcoin, Testnet, and Liquid, featuring realtime TX tracking." />
<meta property="og:image" content="https://mempool.ninja/assets/mempool-preview.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="4096" />
<meta property="og:image:height" content="2048" />
<meta property="og:image:width" content="1000" />
<meta property="og:image:height" content="500" />
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="mempool">
<meta property="twitter:title" content="mempool">