Many people struggle with the layout, even myself! I hope this makes it more accessible!
If you need help or your question isn't here, don't hesitate to message! ^^
Where do i put the images?
<img src="ALBUMCOVERSOURCE"/>
Example:
<img src="https://layouts.spacehey.com/layout?id=106135"/>
Image link not working?
Image links don't work for multiple different reasons. Most of the time, sites like Rate Your Music or Glitter-graphics.net will give you html links. If the code has an <a href=""/> section, it usually doesn't work.
Example:
<a href="https://rateyourmusic.com/release/album/gerard-way/hesitant-alien/"><img src="//e.snmc.io/i/300/w/480e76b536c93c9f61666e6e88676deb/11300416" alt="Gerard Way - Hesitant Alien"></a>
This link won't work because (at least i think so) the site will only focus on the first link.
Please, use the second link. Always the one inside <img src=" "/>.
<img src="//e.snmc.io/i/300/w/480e76b536c93c9f61666e6e88676deb/11300416" alt="Gerard Way - Hesitant Alien">
How do i take off the edges of the images?
Search for:
border: 2px solid rgba(0, 0, 0, 0.1)!important;
Change the 0.1 for 0
border: 2px solid rgba(0, 0, 0, 0)!important;
Do you know how to make it fit in my profile?
Unfortunately, I really don't.
Can i delete a few images?
Yes, it will work.
To delete an image delete one of these sections:
<div class="vinyl">
<img src="ALBUMCOVERSOURCE"/>
</div>
<div class="title">Artist - Album</div>
Comments
Comments disabled.