Improve mod pages gallery and the picture sizes to be 50% bigger without losing quality.
Works on any mod pages, does not modify anything on the front page.
Compatible with NexusMods Overhaul by blyad.
Authoreratas
LicenseNo License
Categorynexusmods
Created
Updated
Size636 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Improve mod pages gallery and the picture sizes to be 50% bigger without losing quality.
Works on any mod pages, does not modify anything on the front page.
Compatible with NexusMods Overhaul by blyad.
1.0.0: Initial Release
/* ==UserStyle==
@name Nexusmods Better Gallery
@namespace nexusmods.com
@version 1.0.0
@description Improve the mod page gallery
@author Eratas
==/UserStyle== */
@-moz-document url-prefix("https://www.nexusmods.com/") {
ul.thumbgallery {
width: 8000% !important;
height: 215px !important;
padding: 5px !important;
}
ul.thumbgallery li.thumb {
height: 205px !important;
width: 365px !important;
margin: 0 5px 0 0 !important;
}
ul.thumbgallery li figure {
height: 205px !important;
}
ul.thumbgallery .thumb img {
max-height: 205px !important;
}
}