# Images

v-img コンポーネントにはリッチメディアをサポートする機能が詰め込まれています。 vuetify-loaderと組み合わせることで、ダイナミックなプログレッシブ画像を追加し、より良いユーザーエクスペリエンスを提供することができます。

# 使い方

v-imgコンポーネントは、遅延読み込みとプレースホルダを持つレスポンシブな画像を表示するために使用されます。

# API

# 注意事項

# サンプル

# Props

# Aspect ratio

画像のアスペクト比を変更したい場合は、固定アスペクト比を設定できます。

# Contain

If the provided aspect ratio doesn’t match that of the actual image, the default behavior is to fill as much space as possible, clipping the sides of the image. Enabling the contain prop will prevent this, but will result in empty space at the sides.

# グラデーション

The gradient prop can be used to apply a simple gradient overlay to the image. More complex gradients should be written as a class on the content slot instead.

# 高さ

v-img will automatically grow to the size of its src, preserving the correct aspect ratio. You can limit this with the height and max-height props.

# Slots

# プレースホルダー

v-img has a special placeholder slot for placeholder to display while image’s loading. Note: the example below has bad src which won’t load for you to see placeholder.

# その他

# グリッド

You can use v-img to make, for example, a picture gallery.

準備はできましたか?

Vuetifyのチームが選ぶ関連コンテンツで他の学習トピックに進むか、下のナビゲーション リンクでページ間を移動できます。
GitHub でこのページを編集する
最終更新日:11/12/2024, 6:59:50 AM