podcasts_badges
# Podcast Badges Podcasts icons created in the style of the Apple Podcasts new badge. The original, made by Apple is over here: https://www.apple.com/itunes/marketing-on-podcasts/identity-guidelines.html ## Examples       The files are in 1x, 2x and 3x. You can use them like this: ``` <img src="image.png"/> ``` Prints just the file ``` <img src="image.png" srcset="[email protected] 2x, [email protected] 3x"/> ``` Prints the image.png file but the browser can choose @2x or the @3x version if the system calls for them at the same size, but with more resolution.                           # Iconos para podcasts Iconos para podcasting creados con el estilo de la nueva pegatina de Apple Podcast. La original, hecha por Apple, está aquí: https://www.apple.com/itunes/marketing-on-podcasts/identity-guidelines.html Los archivos están en tamaños 1x, 2x y 3x. Puedes usarlos de esta forma en HTML: ``` <img src="image.png"/> ``` Muestra solo ese archivo. ``` <img src="image.png" srcset="[email protected] 2x, [email protected] 3x"/> ``` Muestra el archivo "image.png" pero el navegador puede elegir la versión @2x o @3x si el sistema la solicita, lo hará al mismo tamaño pero con mayor calidad.                          