You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple test site http://martialarts.greyveil.com
in the root of this I have the .htaccess and the adaptive-images.php.
The image doesn't appear, unless I view it on my iPhone.
The image isn't loaded on an iPad or the desk top version (resolution 1920px) doesn't create an image, doesn't load an image, and the only error/warning messages I get in chrome developer tools is;
$resolutions = array(1382, 992, 768, 480); // the resolution break-points to use (screen widths, in pixels)
$cache_path = "ai-cache"; // where to store the generated re-sized images. Specify from your document root!
$jpg_quality = 75; // the quality of any generated JPGs on a scale of 0 to 100
$sharpen = TRUE; // Shrinking images can blur details, perform a sharpen on re-scaled images?
$watch_cache = TRUE; // check that the adapted image isn't stale (ensures updated source images are re-cached)
$browser_cache = 60_60_24*7; // How long the BROWSER cache should last (seconds, minutes, hours, days. 7days by default)
Ideas?
The text was updated successfully, but these errors were encountered:
I have a simple test site http://martialarts.greyveil.com
in the root of this I have the .htaccess and the adaptive-images.php.
The image doesn't appear, unless I view it on my iPhone.
The image isn't loaded on an iPad or the desk top version (resolution 1920px) doesn't create an image, doesn't load an image, and the only error/warning messages I get in chrome developer tools is;
Resource interpreted as Image but transferred with MIME type text/html: "http://martialarts.greyveil.com/img/reception.jpg".
$resolutions = array(1382, 992, 768, 480); // the resolution break-points to use (screen widths, in pixels)
$cache_path = "ai-cache"; // where to store the generated re-sized images. Specify from your document root!
$jpg_quality = 75; // the quality of any generated JPGs on a scale of 0 to 100
$sharpen = TRUE; // Shrinking images can blur details, perform a sharpen on re-scaled images?
$watch_cache = TRUE; // check that the adapted image isn't stale (ensures updated source images are re-cached)
$browser_cache = 60_60_24*7; // How long the BROWSER cache should last (seconds, minutes, hours, days. 7days by default)
Ideas?
The text was updated successfully, but these errors were encountered: