Will this project work for media images stored in the media folers? It does not appear to be doing so but I may have mised a configuration. It does work for static images in the HTML templates (i.e header images).
It should work for all images irrespective of how they are included in the page. The package installs server side handlers to process all image requests and resize images on the fly, so any recognized image format will be process by the package. If it doesn't appear to be working for some images, it may be the configuration - have a look in the web.config for app setting AdaptiveImages.ResolutionBreakpoints, which defines the breakpoints in resolution that will affect the image size.
Thank you for the reply. Upon further investigation I think the image I thought would resize was already small enough which is why I did not see it resize.
Media Items
Will this project work for media images stored in the media folers? It does not appear to be doing so but I may have mised a configuration. It does work for static images in the HTML templates (i.e header images).
Hi Mark,
It should work for all images irrespective of how they are included in the page. The package installs server side handlers to process all image requests and resize images on the fly, so any recognized image format will be process by the package. If it doesn't appear to be working for some images, it may be the configuration - have a look in the web.config for app setting AdaptiveImages.ResolutionBreakpoints, which defines the breakpoints in resolution that will affect the image size.
John
John,
Thank you for the reply. Upon further investigation I think the image I thought would resize was already small enough which is why I did not see it resize.
Thanks again,
Mark
is working on a reply...