Kaynağa Gözat

Fix: Fix style for image predefined size

pull/169/head
winkidney 5 yıl önce
committed by Isaac Bythewood
ebeveyn
işleme
a2bdf58943
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      pinry-spa/src/components/Pins.vue

+ 2
- 2
pinry-spa/src/components/Pins.vue Dosyayı Görüntüle

@@ -76,8 +76,8 @@ function createImageItem(pin) {
image.original_url = pinHandler.escapeUrl(pin.image.image);
image.orgianl_width = pin.image.width;
image.style = {
width: pin.image.thumbnail.width,
height: pin.image.thumbnail.height,
width: `${pin.image.thumbnail.width}px`,
height: `${pin.image.thumbnail.height}px`,
};
return image;
}


Yükleniyor…
İptal
Kaydet