We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffe285 commit e7228beCopy full SHA for e7228be
1 file changed
src/ScaledUploads.php
@@ -68,6 +68,34 @@ class ScaledUploads extends Extension
68
*/
69
private static $custom_folders = [];
70
71
+ /**
72
+ * Internal dynamic property generated from config vars
73
+ *
74
+ * @var int
75
+ */
76
+ private $config_max_width;
77
+
78
79
80
81
82
83
+ private $config_max_height;
84
85
86
87
88
+ * @var bool
89
90
+ private $config_auto_rotate;
91
92
93
94
95
96
97
+ private $config_force_resampling;
98
99
/**
100
* Post data manipulation
101
*
0 commit comments