From f149acf11470da0e8bc47ded31b02940e1d1958b Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 31 Jan 2020 17:31:07 -0300 Subject: [PATCH] fix fotos categorias --- .../filtro-categorias/filtro-categorias.component.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/modules/seleccion-articulos/filtro-categorias/filtro-categorias.component.html b/src/app/modules/seleccion-articulos/filtro-categorias/filtro-categorias.component.html index 235395e..053d59f 100644 --- a/src/app/modules/seleccion-articulos/filtro-categorias/filtro-categorias.component.html +++ b/src/app/modules/seleccion-articulos/filtro-categorias/filtro-categorias.component.html @@ -43,8 +43,7 @@ draggable="false" ondragstart="return false;" (contextmenu)="false" - class="col-12 img-fluid align-self-end d-none - d-sm-block rounded-circle w-100 h-auto" + class="d-none d-sm-block rounded-circle w-auto h-75" src="{{urlImagenes}}{{categoria.path_imagen}}" onerror="this.src='assets/img/imagen-no-encontrada.jpg'"> {{categoria.detalle}} -- 1.9.1