How to not enlarge the image
See all posts See thread Reply
Re: How to not enlarge the image new!
# Reply
by colin, 9 years, 7 months ago
You cannot use two image_ratio_xxxx properties at the same time. In fact, you cannot have a "no_zoom_out" effect if you are using image_ratio_y, it is a known shortcoming.
Re: How to not enlarge the image new!
# Reply
by Chan, 9 years, 7 months ago
Any solution to accomplish my goal?
Re: How to not enlarge the image new!
# Reply
by colin, 9 years, 7 months ago
I am afraid you will have to do it outside the class, using image_src_x and image_src_y to check whether you need to resize or not.
Re: How to not enlarge the image new!
# Reply
by Chan, 9 years, 7 months ago
It's works for me, thanks