Skip to content

Commit

Permalink
Fixed image
Browse files Browse the repository at this point in the history
  • Loading branch information
blzb committed Feb 27, 2017
1 parent 898b744 commit ec24746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/event/show2.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="col-lg-8 col-md-8 col-xs-12">
<g:if test="${event.pictureUrl}">
<img src="${event.pictureUrl}"
style="width: 100%; height: 300px; object-fit: cover; border-radius: 25px;"/>
style="width: 100%; object-fit: cover; border-radius: 25px;"/>
</g:if>
<g:else>
<asset:image src="landing_page/img/plantilla.png"
Expand Down

0 comments on commit ec24746

Please sign in to comment.