Tall pic scale down |
Wide pic scale down |
Square pic scale down |
A. Without MyImgScale |
- Background cannot scale down:
- Plain div, img same ratio (h:160, w:120)
- Img different ratio (h:100, w:120) - distorted
|
- Background cannot scale down:
- Plain div, img same ratio (h:120, w:160)
- Img different ratio (h:100, w:160) - distorted
|
- Background cannot scale down:
- Plain div, img same ratio (h:160, w:160)
- Img different ratio (h:100, w:160) - distorted
|
B. Fill |
- No overflow, but incorrect parent padding
- Padding solution -
Add another wrapper div with the same height
and width as the original one
- Hidden parent works (same effect as test 1)
- Tall to wide
- Tall to wide without centering
|
- Wide to tall, incorrect parent padding
- Padding solution -
Add another wrapper div with the same height
and width as the original one
- Hidden parent works (same effect as test 1)
- Wide to wide
- Wide to wide without centering
|
- Square to tall, incorrect parent padding
- Padding solution -
Add another wrapper div with the same height
and width as the original one
- Hidden parent works (same effect as test 1)
- Square to wide
- square to wide without centering
|
C. Fit |
- Tall to tall
- Tall to wide
- Tall to square
|
- Wide to tall
- Wide to wide
- Wide to square
|
- Square to tall
- Square to wide
- Square to square
|