Truncated images in the wiki

Proxecto:Web
Componente:Wiki
Categoría:solicitude de mellora
Prioridade:minor
Asignado:Sen asignar
Estado:closed
Descrición

If your browser width is too small, images will be truncated. (see the attachment) I'd suggest to use css3 flexible images (

img { width: 100%; }

) to fix this in an easy way. I'd also suggest to link the images to get a full size screen.

You can read about flexible images here. But be careful: there must not be any height attributes or it won't work.

AnexoTamaño
truncated-image-in-wiki.png145.77 KB
Sáb, 01/17/2015 - 20:02
Estado:active» fixed
Done. I've actually added:
max-width:100%;
height:auto;
Sáb, 01/31/2015 - 20:05
Estado:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.