Skip to content

Commit

Permalink
HDDS-6211. [Docs] Image styling on deployed site does not replicate l…
Browse files Browse the repository at this point in the history
…ocal builds. (#3007)
  • Loading branch information
JyotinderSingh committed Jan 27, 2022
1 parent 3a16ebe commit 5823f56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
-->

<!-- shortcode to easily scale images according to page width-->
<img src='{{ .Get "src" }}' style="max-width:100%"/>
<img src='{{ .Get "src" }}' class="img-responsive"/>

0 comments on commit 5823f56

Please sign in to comment.