--- 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: `Lights`. [S1] - Fully fluid (scales both ways): `Lights`. [S1] - Grayscale (not IE11-safe): ``. [S1] - Inverse hover effect: `Alps` β€” 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 Alps ``` ## βœ… 검증 μƒνƒœ 및 신뒰도 - **μƒνƒœ:** 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).