Tristan Teufel
Tristan Teufel
can you post some screenshots with columns set to 3 and colums set to 6 for you 12 cams ? so i better understand whats missing.
okay i could replicate your issue. will get back to you
i investigated why it is that way, because i actually did not remember at first. the cam images will be aligned horizontally to fill the screen, but the vertical size...
hey @akeilox sorry, to be honest i had so much work todo that i already forgot about it. do you have the skills to work on this? i could support...
that's perfect it's mainly html javascript and css. i used this VueJs framework. but that app is very small very easy. i think the parts you need to adjust could...
https://github.com/firsttris/chrome.ipcamviewer/blob/master/src/components/Multiview.vue there's method getLayout() we are using the bootstrap grid layout https://getbootstrap.com/docs/4.0/layout/grid/
we need to add something like if (this.columns === '4') { return 'col-3'; } for 4 columns but you also need to extend the settings page to be able to...
its basically like this, one bootstrap row has 12 columns so if you say one colum has like 3 it will be like 12 / 3 = 4 columns see...
if you have any questions don't hesitate to ask. the git flow to create a contribution is like this: - you fork the project (github/web) - you clone your fork...
@akeilox any success ? :)