Skip to content

Commit

Permalink
added images readme
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerls committed Mar 28, 2024
1 parent bd67a47 commit 931286f
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,7 @@ ns-fruits count --data {path/to/semantic-point-cloud}

# Data

<style>
.image-container {
display: flex;
flex-wrap: nowrap; /* Ensures images stay in one line */
overflow-x: auto; /* Allows scrolling if images don't fit */
-webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS devices */
}
.image-container img {
max-width: 100%; /* Ensures images scale with page size */
height: auto; /* Maintains aspect ratio */
margin-right: 10px; /* Adds spacing between images */
}
</style>
<body>

<div class="image-container">
<div style="display: flex; flex-wrap: nowrap; overflow-x: auto;">
<img src="images/apple.gif"/>
<img src="images/lemon.gif"/>
<img src="images/mango.gif"/>
Expand All @@ -125,7 +110,8 @@ ns-fruits count --data {path/to/semantic-point-cloud}
<img src="images/plum.gif"/>
</div>

<div class="image-container">

<div class=" text-align: center;">
<img src="images/row2.jpg"/>

</div>
Expand Down
Binary file added images/apple.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lemon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mango.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/peach.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pear.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/plum.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/row2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 931286f

Please sign in to comment.