mirror of
https://github.com/izzy2lost/izzy2lost.com.git
synced 2026-06-19 01:16:11 -07:00
Make google play button bigger
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user