I can't find how to change the default quality value for the render "q90" to "q100" ?
ex : http://domain.com/render/w800-q90/image.JPG
to: http://domain.com/render/w800-q100/image.JPG
help me :)
X3 Photo Gallery Support Forums
$this->rendered->quality = ($this->request->quality !== NULL)
? $this->request->quality : SLIRConfig::$defaultQuality;$this->rendered->quality = 100;
/*$this->rendered->quality = ($this->request->quality !== NULL)
? $this->request->quality : SLIRConfig::$defaultQuality;*/