Hey, I’m wondering how I could get a line of images, spanning horizontally, to fit in a window by having them navigatable with a horizontal scrollbar.
Like:
|`````````````````````````````|
| || |
| || |
| |``|
| | img | | img | | img | | img | | im|
| || || || || ||
|______|
|(scrollbar)|
There would actually be about 10-15 images in this row, but I want the window to be smaller.
Thanks