Reducing size of twitter card image.
This commit is contained in:
parent
1c883cf150
commit
701b8610e5
Binary file not shown.
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 165 KiB |
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user