Commit Graph

4 Commits

Author SHA1 Message Date
thomas
c4274cb84f Lots of quality of life changes (#41)
- Support different tabs on img2img now
- Fix step counter sometimes not being multiple of 8
- Align text to center on selects
- Lots of quality of life code changes
2023-04-01 23:17:19 +01:00
thomas
6c8a27fde5 Round to multiples of 8 always (#37)
It was set at 8 for a reason, I was a bit dumb to change this in the first place...
2023-03-31 20:16:41 +01:00
thomas
50cf127c44 Add option on img2img to lock to image aspect ratio (#26) 2023-03-24 14:34:35 +00:00
thomas
be365af8f9 Implement JavaScript aspect ratios (#25)
* Implement JavaScript aspect ratios

- Add options to enable and specify JavaScript aspect ratios
- Add JavaScript to load when enabled, which adds dropdown & functionality
- Update docs for JavaScript aspect ratios
- Add video to README.md for JavaScript aspect ratios
- Update options image on README.md
2023-03-24 00:58:00 +00:00