LIST-UPDATES-025w
2015-08
[previously]
- ] PROJECT-5255-FOOD-STORE-PLAN
- ] # 5255 - contract-025w - food store - overview && status
- ] PROJECT-5255-FOOD-STORE-document
- ] # # -
[currently]
- [00:00] NEW chapters IN bk-prj-025w
- x] # 1027 legal
- x] # 1028 faq
- x] # 1029 about us
- [00:00] NEW articles IN
- x] # 4666 - PAGE - privacy-statement
- x] # 4667 - PAGE - terms-and-conditions
- x] # 4668 - PAGE - FAQ
- x] # 4669 - PAGE - mission-statement
- x] # 4670 - PAGE - areas covered
- [00:00] NEW task IN PAGES
- ] PAGE site.css - ] add pad-top class,
- [00:00] NEW task IN PAGES
- ] PAGE details - ] add style to resize image, ] PRB ie(11) doesnt auto resize /properly
[next]
- ]
// blog article - http://j-arellano.com/images-doesnt-resize-on-ie/
set a style class to SET the image attributes to the desired size
* not using img tag attributes of height and width DOES NOT work
// works to auto rescale images in older versions of ie ( < 7 and below )
img {
-ms-interpolation-mode: bicubic;
}
javascript - HTML5 Canvas Resize (Downscale) Image High Quality? - Stack Overflow DISUSSION of some options for using canvas and rescale
stackoverflow.com/questions/18922880/html5-canvas-resize-downscale-image-high-quality