MattWilcox / Adaptive-Images

Automatically adapts your existing HTML images for mobile devices. No mark-up changes needed.
http://adaptive-images.com/
1.76k stars 229 forks source link

Images of only small breakpoints created #161

Open NeilJS opened 10 years ago

NeilJS commented 10 years ago

Similar to issue 117: https://github.com/MattWilcox/Adaptive-Images/issues/117

I have this exact problem.

In testing, I use the example to force width to 400 - this generates the 480 cache ok. Forcing to >480 is not triggering the other default breakpoints (eg 768, 992 etc).

I created another breakpoint to find the point of failure, which was 639. So forcing the screen width <= 639 worked but anything over that did not trigger any of the other breakpoint sizes.

I'm on wamp, testing with both desktop and mobile; upped my php.ini memory to 512M, no joy. Very odd! Maybe it will be ok on the live server but if anybody has any ideas, would appreciate it, thanks.