☰
English
accent-color
align
alignment-baseline
all
anchor
animation
appearance
aspect-ratio
backdrop-filter
backface-visibility
background
baseline
block-size
border
bottom
box
break
caption-side
caret
clear
clip
color
column
columns
contain
container
content
corner
counter
cursor
cx
cy
d
direction
display
dominant-baseline
dynamic-range-limit
empty-cells
field-sizing
fill
filter
flex
float
flood
font
forced-color-adjust
gap
grid
height
hyphenate
hyphens
image
ime-mode
initial-letter
inline-size
inset
interactivity
interest
interpolate-size
isolation
justify
left
letter-spacing
lighting-color
line
list
margin
marker
mask
math
max
min
mix-blend-mode
object
object-fit
object-position
object-view-box
offset
opacity
order
orphans
outline
overflow
overlay
overscroll
padding
page
paint-order
perspective
place
pointer-events
position
print-color-adjust
quotes
r
reading
resize
right
rotate
row
ruby
rule
rx
ry
scale
scroll
scrollbar
shape
speak
stop
stroke
tab-size
table-layout
text
timeline
top
touch-action
transform
transition
translate
trigger-scope
unicode-bidi
user-select
vector-effect
vertical-align
view
visibility
white
widows
width
will-change
word
writing-mode
x
y
z-index
zoom
The CSS Propertie object-fit
המאפיין object-fit קובע איך התוכן של אלמנט מוחלף (replaced) כגון <img> או <video> ימותח/יותאם בתוך תיבת התוכן שלו — בדומה ל-background-size לרקעים.
img { object-fit: cover; }
.thumbnail { object-fit: contain; background: #f0f0f0; }
fill
התוכן נמתח כדי למלא את כל תיבת התוכן (ערך ברירת המחדל). יחס הגובה-רוחב המקורי לא נשמר.
contain
התוכן מותאם כך שייכנס כולו לתיבה תוך שמירה על יחס הגובה-רוחב; ייתכן רווח ריק (letterboxing).
cover
התוכן מותאם כדי לכסות את כל התיבה תוך שמירה על יחס הגובה-רוחב; חלקים יכולים להיחתך.
none
התוכן לא מותאם — נשאר בגודל המקורי שלו; ייתכן חיתוך או רווח לבן.
scale-down
תוכן בגודל המינימלי בין none ל-contain — שומר על יחס וגם לא מגדיל מעבר לגודל המקורי.
CSS Images Module Level 3
Editor's Draft
W3C
MDN
Show all code
ערוך CSS און-ליין
התוסף שזוכר עבורך מאות פריטי CSS
כל פרופרטי CSS — בהדגמה חיה
מקור הייחוס הדו-לשוני ל-CSS
הגדרה
דוגמאות
תחביר
מודול
מפרט
מקורות מידע
הדגמה חזותית
previous
next