Adaptive-Images
Adaptive-Images copied to clipboard
Automatically adapts your existing HTML images for mobile devices. No mark-up changes needed.
How to set the dimensions for each breakpoint? Ok i think i understand it that it creates the max size for each break point.....BUT i prefer that the browser rescales...
is there a way to manually call the smallest resolution image? How About adding lazy load as well thanks.
I'm one step forward. - when called the page displays pictures but does not cache. in his comment of 18. Jan 2012 matt wicox wrote: "Open up the .htaccess file...
Can't seem to get this to work. If I force the resolution it seems to work, but if I don't, it doesn't. Works when I do: document.cookie='resolution=480'; path=/'; Does not...
I've got AI working on MAMP fine, but I cannot get it to work on 2 hosting servers with the same files. Both have mod_rewrite enabled and allow htaccess overrides....
As described at https://github.com/MattWilcox/Adaptive-Images/issues/22#issuecomment-3214020, the current Creative Commons license is not compatible with WordPress' license. World you consider changing the license this is released under, or dual-licensing it? Thank you...
I've installed AI correctly and it's able to create the ai-cache folder in the correct folder, but I'm not able to get the resolution folders with the images in there....
script doesn't cache the file with the javascript, but an other directorys image-content is cached
Hi, the script doesn't cache the images of the file with the javascript, but an _other_ directorys image-content is cached in ai-cache. What went wrong? greetings, merlinuwe
I am using the script in a Joomla site but nothing happens. There are no errors, the origingal images are loaded for mobile too and the cache folder stays empty.....
Please add: - `.gitignore` for exclude your unwanted `.DS_Store`; - [`composer.json`](http://en.wikipedia.org/wiki/Composer_%28software%29) so it will be possible to install Adaptive-Images via `composer update`.