Skip to content

Commit dd1c13b

Browse files
authored
Merge pull request 0xPolygon#2694 from PChaparro/fix/docs-gif-render
fix: correct gif rendering and alignment
2 parents 4a9a6b7 + b7baa81 commit dd1c13b

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

docs/tools/dApp-development/tutorials/access-node.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ First, you'll need an Alchemy API key to authenticate your requests. You can [cr
2727
!!! tip "Optional"
2828
You can also pull existing API keys by hovering over **Apps** and selecting one. You can **View Key** here, as well as **Edit App** to whitelist specific domains, see several developer tools, and view analytics.
2929

30-
<center>
31-
![img](https://files.readme.io/f0dbb19-ezgif.com-gif-maker_1.gif)
32-
</center>
30+
<div style="text-align: center;">
31+
<img src="https://files.readme.io/f0dbb19-ezgif.com-gif-maker_1.gif" alt="Alchemy App Creation GIF">
32+
</div>
3333

3434
### Making a cURL request
3535

docs/tools/wallets/getting-started.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ There are companion plugins for wallets that help detect, warn, and prevent mali
4141

4242
Be sure to select **Layer 2** on the Filter menu on the left side of the page to list wallets that are compatible with Polygon networks.
4343

44-
<center>
45-
[![ethereum.org Wallet List](../../img/tools/wallet/getting-started/ethereum-org-wallets.gif)](https://ethereum.org/en/wallets/find-wallet/)
46-
</center>
44+
<div style="text-align: center;">
45+
<a href="https://ethereum.org/en/wallets/find-wallet/" target="_blank">
46+
<img src="/img/tools/wallet/getting-started/ethereum-org-wallets.gif" alt="ethereum.org Wallet List">
47+
</a>
48+
</div>
4749

4850
## Polygon portal
4951

docs/zkEVM/get-started/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ comments: true
1111

1212
Add a full network configuration to your wallet in one click.
1313

14-
<center>
15-
![img](../../img/zkEVM/chainlist-add-network.gif)
16-
</center>
14+
<div style="text-align: center;">
15+
<img src="/img/zkEVM/chainlist-add-network.gif" alt="Add Network to Wallet">
16+
</div>
1717

1818
Chainlist is a site that provides a button to connect your wallet to the Polygon zkEVM mainnet and the Polygon Cardona zkEVM testnet.
1919

0 commit comments

Comments
 (0)