---
id: w3css-images
title: "W3CSS Images"
category: "Programming_Language"
status: "draft"
verification_status: "conceptual"
canonical_id: ""
aliases: ["w3-image", "grayscale sepia", "W3.CSS μ΄λ―Έμ§"]
duplicate_of: ""
source_trust_level: "B"
confidence_score: 0.89
created_at: 2026-07-04
updated_at: 2026-07-04
review_reason: ""
merge_history: []
tags: ["w3css", "css-framework", "w3schools", "images"]
raw_sources: ["https://www.w3schools.com/w3css/w3css_images.asp"]
applied_in: []
github_commit: ""
---
# [[W3CSS Images]]
## π― ν μ€ ν΅μ°° (One-line insight)
`w3-image` scales DOWN but never scales UP beyond the image's original size β a deliberate one-directional responsiveness distinct from `style="width:100%"` (which scales both up and down), meaning `w3-image` is the right choice specifically when you want a photo to shrink gracefully on small screens without ever appearing artificially blown-up/pixelated on large ones. [S1]
## π§ ν΅μ¬ κ°λ
(Core concepts)
- **`w3-round` / `w3-circle` / `w3-border`** β reused shape/border classes apply directly to `
`. [S1]
- **`w3-image`** β responsive: scales DOWN to fit container, never scales UP past original size. [S1]
- **`style="width:100%"`** β scales both up AND down (fully fluid), unlike `w3-image`. [S1]
- **`w3-opacity` / `w3-opacity-min` / `w3-opacity-max`** β three opacity intensity tiers. [S1]
- **`w3-grayscale` / `w3-sepia`** (with `-min`/`-max` variants) β visual filter effects; NOT supported in IE11 and earlier. [S1]
- **`w3-hover-opacity` / `w3-hover-grayscale` / `w3-hover-sepia`** β effects applied only on hover. [S1]
- **`w3-hover-opacity-off`** β the inverse: an already-transparent image (`w3-opacity`) becomes FULLY opaque on hover, rather than the more common "transparent on hover" pattern. [S1]
- **Photo album via Responsive Grid** β `w3-third` + `w3-card` + `
` + `w3-container` caption, repeated for a gallery layout. [S1]
## π μΈλΆ λ΄μ© (Details)
- Never-scale-up responsive image: `
`. [S1]
- Fully fluid (scales both ways): `
`. [S1]
- Grayscale (not IE11-safe): `
`. [S1]
- Inverse hover effect: `
` β starts transparent, becomes fully opaque on hover. [S1]
## βοΈ λͺ¨μ λ° μ
λ°μ΄νΈ (Contradictions & updates)
- **grayscale/sepiaμ λΈλΌμ°μ μ μ½**: w3-grayscaleκ³Ό w3-sepia ν΄λμ€ λͺ¨λ IE11 μ΄νμμ μ§μλμ§ μλλ€λ μ μ΄ κ°κ° λͺ
μμ μΌλ‘ κ²½κ³ λ¨. [S1]
## π οΈ μ μ© μ¬λ‘ (Applied in summary)
νμ¬ λ°κ²¬λ μ€μ μ μ© μ¬λ‘κ° μμ΅λλ€ β Responsive Grid(w3-third)λ‘ κ΅¬μ±ν μ¬μ§ μ¨λ²μ΄ λ°μν μ΄λ―Έμ§ κ°€λ¬λ¦¬μ λν μ€μ μ¬λ‘λ€. [S1]
## π» μ½λ ν¨ν΄ (Code patterns)
Image that fades in on hover, from transparent to fully opaque (HTML):
```html
```
## β
κ²μ¦ μν λ° μ λ’°λ
- **μν:** draft
- **κ²μ¦ λ¨κ³:** conceptual
- **μΆμ² μ λ’°λ:** B (W3Schools β widely used educational reference, not a primary standards body)
- **μ λ’° μ μ:** 0.89
- **μ€λ³΅ κ²μ¬ κ²°κ³Ό:** μ κ· μμ± (New discovery)
## π μ§μ κ·Έλν (Knowledge Graph)
- **μμ/루νΈ:** [[W3.CSS Tutorial]]
- **κ΄λ ¨ κ°λ
:** [[W3CSS Lists]], [[W3CSS Input]], [[W3CSS Effects]]
- **μ°Έμ‘° λ§₯λ½:** μ΄λ―Έμ§ λ°μν/ν¨κ³Ό β μ
λ ₯ νΌ(Input) μ±ν°λ‘ μ΄μ΄μ§.
## π μΆμ² (Sources)
- [S1] W3Schools β W3.CSS Images β https://www.w3schools.com/w3css/w3css_images.asp
## π λ³κ²½ μ΄λ ₯ (Change history)
- 2026-07-04: Initial draft synthesized from the W3Schools "W3.CSS Images" page (Astra wiki-curation, P-Reinforce v3.1 format).