Fileupload display in list

Status
Not open for further replies.

jfquestiaux

Well-Known Member
I use a fileupload element to display an image in a list.
This is working fine in FF, but in Chrome and Safari (not tested yet with IE), the image is really small (see screenshots).
The list template is the basic Fabrik Bootstrap template. Switching to Protostar template does not change anything.
It's tested with GitHub 2080, but I think I've noticed that a long time ago (just did not really tested this site in all browsers yet).
firefox.pngchrome.png2013-10-17 16.44.11.png
 
can you give me the url to the list in question please? most likely a css issue
 
ok an interesting clash with the bootstrap css, so to force the image to be at its full size apply this

CSS:
.fabrikLightBoxImage {
max-width: inherit;
}

By default bootstrap will re-size the image to be the assigned <td> width, which in this case was smaller than the image width.
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top