Zoom messenger image
Messenger - Zoom Image by spdream99
Details
Authorspdream99
LicenseNo License
Categorymessenger.com
Created
Updated
Size602 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Zoom messenger image
Source code
/* ==UserStyle==
@name Messenger - Zoom Image
@version 1.0
@namespace userstyles.world/user/spdream99
@author spdream99
@advanced text ro "Rotate(Degree)" 0
@advanced text s "Scale" 1
@advanced text t "Move top" 0
@advanced text b "Move bot" 0
@advanced text l "Move left" 0
@advanced text r "Move right" 0
==/UserStyle== */
@-moz-document domain("messenger.com") {
.x193iq5w.x14atkfc.x4ju7c5 {
transform: scale(/*[[s]]*/) rotate(/*[[ro]]*/deg);
margin-top: /*[[t]]*/px;
margin-bottom: /*[[b]]*/px;
margin-left: /*[[l]]*/px;
margin-right: /*[[r]]*/px;
}
}