feat: KöPi - 11er Kasten mit kasten_front.png
This commit is contained in:
BIN
frontend/public/koepi/kasten_033.png
Normal file
BIN
frontend/public/koepi/kasten_033.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
BIN
frontend/public/koepi/kasten_050.png
Normal file
BIN
frontend/public/koepi/kasten_050.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
BIN
frontend/public/koepi/kasten_lang.png
Normal file
BIN
frontend/public/koepi/kasten_lang.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
BIN
frontend/public/koepi/kasten_steini.png
Normal file
BIN
frontend/public/koepi/kasten_steini.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
BIN
frontend/public/koepi/traeger.png
Normal file
BIN
frontend/public/koepi/traeger.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 129 KiB |
@@ -34,12 +34,11 @@ function OfferCard({ offer }) {
|
||||
border:'1px solid rgba(255,255,255,0.1)',
|
||||
display:'flex', flexDirection:'column', gap:8,
|
||||
}}>
|
||||
{/* Bild oben, volle Breite */}
|
||||
{offer.image && (
|
||||
<div style={{ margin:'-12px -14px 8px -14px', borderRadius:'8px 8px 0 0', overflow:'hidden', background:'#1a1a1a', display:'flex', alignItems:'center', justifyContent:'center', maxHeight:220 }}>
|
||||
<img src={offer.image} alt="König Pilsener"
|
||||
style={{ maxWidth:'100%', maxHeight:220, width:'auto', height:'auto', display:'block', objectFit:'contain' }}
|
||||
onError={e => { e.target.parentElement.style.display='none'; }}
|
||||
{/* Bild oben */}
|
||||
{offer.imageLocal && (
|
||||
<div style={{ margin:'-12px -14px 8px -14px', borderRadius:'8px 8px 0 0', background:'transparent', height:180, display:'flex', alignItems:'center', justifyContent:'center' }}>
|
||||
<img src={offer.imageLocal} alt="König Pilsener"
|
||||
style={{ maxWidth:'100%', maxHeight:'180px', width:'auto', height:'auto', display:'block', objectFit:'contain' }}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user