We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a162ca8 commit 8ebfac6Copy full SHA for 8ebfac6
1 file changed
assets/js/web-components/prpl-badge.js
@@ -35,6 +35,7 @@ customElements.define(
35
src="${ url }"
36
alt="${ badgeName }"
37
onerror="this.onerror=null;this.src='${ progressPlannerBadge.placeholderImageUrl }';"
38
+ style="max-width: 100%; height: auto%;"
39
/>
40
`;
41
}
0 commit comments