Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Thumbnail Loop not resizing correctly for first picture
#3

[eluser]markup2go[/eluser]
Pulled this out of the core image library:

Code:
/*
         * Should we maintain image proportions?
         *
         * When creating thumbs or copies, the target width/height
         * might not be in correct proportion with the source
         * image's width/height.  We'll recalculate it here.
         *
         */
        if ($this->maintain_ratio === TRUE && ($this->width != '' AND $this->height != ''))
        {
            $this->image_reproportion();
        }
1 !== TRUE


Messages In This Thread
[SOLVED] Thumbnail Loop not resizing correctly for first picture - by El Forum - 12-23-2010, 02:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB