Trouble with Interchange.js in Zurb Foundation when images are being dynamically resized by PHP class
问题 I'm building a responsive site using Zurb Foundation. I have a PHP script which will resize and caches an image using gdlib if you append a query string with new dimensions in the URL. For example to resize an image to 300px wide: http://www.mydomain.com/images.php?imgfile=path/to/picture1.jpg&w=300 I am also using some HTACCESS rewrite rules to make this URL pretty and avoid having a query string. So this URL gives the same result as above: http://www.mydomain.com/img/300w/path/to/picture1