Skip to content

Custom height #22

Answered by yitengjun
phrizm asked this question in Q&A
Feb 27, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

If you're using Bootstrap, you can set a custom height using the following method:

<div class="row" style="height: 800px">
  <div class="col-lg-4 h-50">
    <img class="ukiyo w-100 h-100" src="~" />
  </div>
</div>

Please ensure that you're using version v4.0.1 or higher. Note that this library may not be fully compatible with Bootstrap, so use caution when using them together.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@phrizm
Comment options

Answer selected by phrizm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants