Make google play button bigger

This commit is contained in:
Izzy
2025-12-11 10:18:13 -05:00
committed by GitHub
parent db0f6c3530
commit 66928c3a14
+12 -1
View File
@@ -63,7 +63,18 @@
<p>Download PSX2 directly from the Google Play Store for automatic updates and easy installation.</p>
<div class="project-links">
<a href="https://play.google.com/store/apps/details?id=com.izzy2lost.psx2&pcampaignid=web_share" target="_blank" rel="noopener noreferrer" class="btn-badge google-play">
<img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" alt="Get it on Google Play">
<!--
Increase the size of the Google Play badge by explicitly setting its dimensions.
The original badge image is approximately 646px wide by 250px tall; doubling
these values provides a badge that is twice the original size without
distorting the aspect ratio.
-->
<img
src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"
alt="Get it on Google Play"
width="1292"
height="500"
>
</a>
</div>