Skip to content

Commit

Permalink
resize screenshot images
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Nov 25, 2024
1 parent 0d4649c commit bb9273b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/evm/cadence/batched-evm-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ As shown below, put `1 000 000 000 000 000 000` in the input field for `deposit`
You can now click the `Write` button to submit the transaction. Once MetaMask prompts you to sign the transaction, click
`Confirm` and give it a few seconds to process.

![Confirm WFLOW deposit in MetaMask](./wflow-deposit-confirm.png)
![Confirm WFLOW deposit in MetaMask](./wflow-deposit-confirm.png){.custom-image-center}

Once confirmed, you should be able to see WFLOW balance in your tokens list in MetaMask - if not, you can click on
`Import Tokens` and paste the WFLOW contract address found on the Flowscan page and refresh your list.

![WFLOW in MetaMask](./wflow-in-metamask-tokens.png)
![WFLOW in MetaMask](./wflow-in-metamask-tokens.png){.custom-image-center}

#### 2. Approve WFLOW Transfer

Expand All @@ -178,7 +178,7 @@ succeeds.

On success, you can click on your NFTs in MetaMask to see your newly minted token.

![MaybeMintERC721 in MetaMask NFT list](./maybe-mint-in-metamask.png)
![MaybeMintERC721 in MetaMask NFT list](./maybe-mint-in-metamask.png){.custom-image-center}

#### Recap

Expand Down
6 changes: 6 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,10 @@
.markdown h1 {
--ifm-h1-font-size: 3rem;
margin-bottom: calc(var(--ifm-h1-vertical-rhythm-bottom)*var(--ifm-leading));
}

.custom-image-center {
width: 50%; /* Adjust the percentage as needed */
margin: 0 auto; /* Centers the image horizontally */
display: block; /* Ensures the image behaves like a block element */
}

0 comments on commit bb9273b

Please sign in to comment.