filmstrip - wider option

Hi Patrick watched both your part 1 and part 1 Velocity 2014 Power User videos… great stuff :slight_smile:

Was wondering if there’s an undocumented or hidden option for a wider filmstrip display and shows more of the strip i.e. for my first + repeat view result at http://www.webpagetest.org/video/compare.php?tests=141030_JE_efa05942c366914b4a7a9d6d54e0f89e-r%3A9-c%3A0%2C141030_JE_efa05942c366914b4a7a9d6d54e0f89e-r%3A9-c%3A1&thumbSize=100&ival=100&end=doc

Would be nice to make better use of my monitor’s screen realestate @1920 width :slight_smile:

Sorry, I need to find some time to do a proper responsive UI. Otherwise crtl-+ is really the only way to make it wider but that doesn’t really solve the problem you’re looking to solve.

responsive UI would be nice

for now i’m just using dev tools to edit your css for videoDiv :slight_smile:

#videoDiv {
overflow-y: hidden;
position: relative;
overflow: auto;
width: 100%;
height: 100%;
padding-bottom: 1em;
border-left: 1px solid #f00;
}