Skip to content

Commit

Permalink
Merge branch 'Pictures' - sdk unity pictures converted from png to webp
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutik-sun committed Oct 4, 2024
2 parents 1efe61a + 283f351 commit 870a950
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions versioned_docs/version-3.0/sdk-installation-unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To install the Adapty SDKs:


<Zoom>
<img src={require('./img/456bd98-adapty-unity-plugin.png').default}
<img src={require('./img/456bd98-adapty-unity-plugin.webp').default}
style={{
border: 'none', /* border width and color */
width: '400px', /* image width */
Expand All @@ -50,7 +50,7 @@ To install the Adapty SDKs:


<Zoom>
<img src={require('./img/2ab0b4a-adapty-ui-unity-plugin.png').default}
<img src={require('./img/2ab0b4a-adapty-ui-unity-plugin.webp').default}
style={{
border: 'none', /* border width and color */
width: '400px', /* image width */
Expand Down Expand Up @@ -144,7 +144,7 @@ Configurational options:


<Zoom>
<img src={require('./img/2ccd564-create_adapty_listener.png').default}
<img src={require('./img/2ccd564-create_adapty_listener.webp').default}
style={{
border: 'none', /* border width and color */
width: '700px', /* image width */
Expand Down

0 comments on commit 870a950

Please sign in to comment.