Twitterのタイムラインで画像をトリミング無しの元のアスペクト比で表示する。
画像をそのままの比率で表示 by sanucker
Details
Authorsanucker
LicenseNo License
CategoryTwitter
Created
Updated
Size880 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 画像をそのままの比率で表示
@version 20211005.02.20
@namespace userstyles.world/user/sanucker
@description Twitterのタイムラインで画像ツイートの画像を、トリミング無しの元のアスペクト比で表示する。
@author sanucker
@license No License
==/UserStyle== */
@-moz-document domain("twitter.com") {
.r-1adg3ll {
padding: 0 !important;
}
.r-u8s1d {
position: inherit;
}
.r-4gszlv {
background-size: cover;
height: 100%;
position: absolute;
}
.css-9pa8cd {
position: inherit;
}
.css-1dbjc4n.r-kemksi.r-z2wwpe.r-qo02w8.r-j2cz3j.r-1udh08x.r-u8s1d {
position: absolute;
}
.css-1dbjc4n.r-1pi2tsx.r-u8s1d.r-13qz1uu {
position: absolute;
}
.css-1dbjc4n.r-1iusvr4.r-eqz5dr.r-16y2uox.r-a5pmau {
display: block;
}
}