Displays the photo in a larger size according to the screen size.
"Fujifilm School-Photo Site" Photo Resizing Style by shkd
Details
Authorshkd
LicenseNo License
CategoryFujifilm School-Photo Site
Created
Updated
Size871 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name "Fujifilm School-Photo Site" Photo Resizing Style
@version 20211124.14.31
@namespace userstyles.world/user/shkd
@description Displays the photo in a larger size according to the screen size.
@author shkd
@license No License
==/UserStyle== */
@-moz-document domain("fujifilm-fasp.jp") {
#contentsFilter,
#contentsFilter2{
display:none !important;
}
.device--pc .wrap{
width: 100vw !important;
}
.device--pc .scene__side{
width: 100vw !important;
float: unset !important;
}
.device--pc .scene__side .box{
display: flex;
}
.device--pc .scene__category{
margin-bottom:0 !important;
width:33.3333vw !important;
}
.device--pc .scene__main{
float: unset !important;
width:100vw !important;
}
.device--pc .item__thumbnail img{
width:100% !important;
height:auto !important;
}
}