assign a class to an uploaded image

tobiasgutmann / 2014-08-25 15:24:35   

Hi indexhibit
I am customizing the exhibit area and I would like to handle the uploaded images in different ways. Is there a possibility to add a class to an uploaded image? for example class_one_column and class_two_column
Here is what I'm trying to do:
tobiasgutmann.ch/000/
now all images are 50% width in two columns. But I would like to have some selected images in one column 100% width.

It would be awesome if there would be a small option, when uploading an image, where I could assign the image to a customized classname that I could define in my css.

Now all the images and videos end up in the same classes and I can not handle them differently in the css.

Is there any solution for this in the air?

I appreciate your help!

Vaska A / 2014-08-25 21:19:21   

No, there isn't an option to do that - tagging images is not so hard to do, as well.

tobiasgutmann / 2014-08-25 22:02:35   

So what exactly happens, when I tag an image in the backend of indexhibit? Can I use that tag in my css, to change the image?

Vaska A / 2014-08-25 22:39:00   

You need to do a bunch of customization to make this happen - it's quite complicated (to be honest). Dig in and play with code...

This thread has been closed, thank you.