Make thumbnails responsive
This commit is contained in:
parent
0d6a2e668c
commit
a56b992905
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
- elsif @conference.venue.picture.present?
|
||||
.col-md-5
|
||||
.thumbnail
|
||||
= image_tag @conference.venue.picture.url, alt: "Venue", size: "560x315"
|
||||
= image_tag @conference.venue.picture.url, alt: @conference.venue.name, class:"img-responsive"
|
||||
- else
|
||||
.col-md-5
|
||||
.thumbnail.icon-container
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue