-
-
Notifications
You must be signed in to change notification settings - Fork 36
Add large covers.
You are here: Home > Clarity > Add large covers.
This mod adds larger anime/manga cover previews to your list. This mod WILL increase page load times. Does not normally work on privated lists. For help and solutions with covers and private lists, see the FAQ & Help section.
This version appears when hovering over any part of a list row.
- Add this section to the top of your list code, preceding everything that isn't another "@\import" statement.
@\import "https://malscraper.azurewebsites.net/covers/anime/YOURNAME/presets/dataimagelinkbefore";
@\import "https://malscraper.azurewebsites.net/covers/manga/YOURNAME/presets/dataimagelinkbefore";
- Replace the two instances of "YOURNAME" text with your exact MAL username. Do not remove any of the forward-slashes. Here's an example of the modified code:
@\import "https://malscraper.azurewebsites.net/covers/anime/Valerio_Lyndon/presets/dataimagelinkbefore";
@\import "https://malscraper.azurewebsites.net/covers/manga/Valerio_Lyndon/presets/dataimagelinkbefore";
- Choose the version you want to install:
- Place the CSS from one of those code links at the bottom of your CSS.
The generator has a 12 hour cooldown before the data refreshes. Try waiting 24 hours.
Missing images can be caused by various things. Some of which are...
- You may have a private list. Set it to public in your list settings or use the alternative below.
- You may need to enable images in your list settings.
- If you've modified the theme in any way, your code may be incorrect. Try a fresh install of the theme to see if it fixes it.
- The generator may be broken. In this case, check the alternative below.
Using an alternative cover import:
- Delete any cover import lines from your code. This is to avoid issues and improve performance. They will generally look similar to this, with the "malscraper.azurewebsites" domain.
@\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore";
-
I highly recommend splitting your anime/mangalist over two themes; You can use identical code except for the separate anime/mangalist links provided here. This is not required, but will improve your page load times.
-
Finally, add the appropriate link at the top of your CSS.
AnimeList: https://malscraper.azurewebsites.net/covers/all/anime/presets/dataimagelinkbefore
MangaList: https://malscraper.azurewebsites.net/covers/all/manga/presets/dataimagelinkbefore
Check out the "How to fix broken layouts and images" thread in Shishio's club on MyAnimeList. He usually has up-to-date fixes for many issues there.