How to do resizable images without stretching. #2526
Answered
by
george-gca
MikeMorenoDSP
asked this question in
Q&A
-
Hello, EDIT: it worked, thanks. Here's an example: <div class="row" style="text-align: center;">
<div class="col-sm mt-3 mt-md-0">
{% include figure.liquid loading="eager" max-width="188px" max-heigth="307px" path="assets/img/posts/basic-waveforms/sawtooth.png" class="img-fluid rounded z-depth-1" %}
</div>
</div> |
Beta Was this translation helpful? Give feedback.
Answered by
george-gca
Jun 28, 2024
Replies: 1 comment
-
There are 2 params for the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
george-gca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are 2 params for the
figure.liquid
that might help you:max-width
andmax-height
. Give them a try.