文檔似乎沒有變化,但為什麼寬度在 Bootstrap 4 和 5 之間給出不同的圖像比例? (It seems to be no change in docs, but why does width give different image scale between Bootstrap 4 and 5?)


問題描述

文檔似乎沒有變化,但為什麼寬度在 Bootstrap 4 和 5 之間給出不同的圖像比例? (It seems to be no change in docs, but why does width give different image scale between Bootstrap 4 and 5?)

我的圖像位於網格列中。當我使用 Bootstrap 4 時,.title‑image { width: 60%;} 按預期工作。

但是當切換到 BS 5 時,它只會彈出並放大。就像 width 設置為與正文寬度相對應,而不是與圖像列容器對應。

Bootstrap 4.5 和 5 的文檔表明它們都使用 <代碼>.img‑流體。最大寬度:100%;和高度:自動;)

來源:

v5:https://getbootstrap.com/docs/4.5/content/images/

v4.5: aanhllefranklylately)

參考文件

  1. It seems to be no change in docs, but why does width give different image scale between Bootstrap 4 and 5? (CC BY‑SA 2.5/3.0/4.0)

#bootstrap-4 #css #bootstrap-5 #twitter-bootstrap






相關問題

在不同選項卡上時如何隱藏特定選項卡 (How to hide specific tab when on different tab)

如何將引導程序 4 中的內容連續居中? (How to center in bootstrap 4 the content in a row?)

構建 JavaScript 時缺少模塊 (Missing Module When Building JavaScript)

React-Bootstrap 選項卡 defaultActiveKey 不隨 stateChange 改變 (React-Bootstrap Tabs defaultActiveKey is not changing with stateChange)

表格內容的對齊方式 (alignment of the content in table)

切換器圖標無法調整導航欄寬度 (Toggler icon does not working on adjusting the navbar width)

如何根據設備大小使用屏幕 (How to use the screens based on the device size)

如何在引導程序 4 中為 col 調整大小設置動畫? (How to animate col resize in bootstrap 4?)

html頁面Bootstrap頂部的白條 (White bar at top of html page Bootstrap)

如何從 reactstrap 輸入覆蓋表單控制類? (How can I override form-control class from a reactstrap input?)

文檔似乎沒有變化,但為什麼寬度在 Bootstrap 4 和 5 之間給出不同的圖像比例? (It seems to be no change in docs, but why does width give different image scale between Bootstrap 4 and 5?)

引導表拆分單元格 (Bootstrap table split cells)







留言討論