Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Steam profile icons dont work with animated borders #67

Open
CrazyFluffyPony opened this issue Mar 17, 2022 · 0 comments
Open

Steam profile icons dont work with animated borders #67

CrazyFluffyPony opened this issue Mar 17, 2022 · 0 comments
Labels
bug Something isn't working planned

Comments

@CrazyFluffyPony
Copy link
Collaborator

<div class="[playerAvatarAutoSizeInner]()">
	<div class="[profile_avatar_frame]()">
		<img src="[https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/items/1492660/06bb85cd5f39a963a39ae9327ea4eb7da5cd30d4.png](view-source:https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/items/1492660/06bb85cd5f39a963a39ae9327ea4eb7da5cd30d4.png)">
	</div>
	<img src="[https://avatars.cloudflare.steamstatic.com/3fdad3f6ef05b61b54fecb182e0c5ca7b9d00939_full.jpg](view-source:https://avatars.cloudflare.steamstatic.com/3fdad3f6ef05b61b54fecb182e0c5ca7b9d00939_full.jpg)">
</div>

we just pic up the first <img>, but what wee need is the second <img> the one with _full.jpg in the end

How html looks without a border:

<div class="[playerAvatarAutoSizeInner]()">
		<img src="[https://avatars.cloudflare.steamstatic.com/c0c1b7e5df6eb8c3f9aa288535a75f9cab93133b_full.jpg](view-source:https://avatars.cloudflare.steamstatic.com/c0c1b7e5df6eb8c3f9aa288535a75f9cab93133b_full.jpg)">
</div>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working planned
Projects
None yet
Development

No branches or pull requests

1 participant