City-of-Bloomington / drupal-theme-cob

COB Theme for the drupal website
https://bloomington.in.gov
GNU Affero General Public License v3.0
2 stars 1 forks source link

Info card images #147

Open inghamn opened 6 years ago

inghamn commented 6 years ago

We are starting to want to incorporate more images into the info cards. We kind of already have some CSS we've done for the Animal Shelter info cards. But I think we really want to standardize how all the possible things in an info card come together (title, description, image)

The animal shelter info cards do not have a description, so they just placed the image directly in the body. Generally info cards would need to display all three things, somehow. It might mean using the image as the background of the card, with the title and description over the top.

We'll also want to figure out what image content to use. We have the content_image field already, which we might be able to use. The aspect ratio is pretty close.

inghamn commented 6 years ago

150

inghamn commented 6 years ago

It is also an open question how employees would choose the image to be used for the info cards. There are only three views of info cards being used (Vendors, Departments, and Locations).

All the other uses of info cards on pages are hand entered, per page, by employees. In these cases, the images would need to be chosen ad-hoc and not associated with the page.