goldsam / ng-golden-layout

Angular bindings for golden-layout
MIT License
18 stars 13 forks source link

Height and Width 100px? #3

Open TheDevelolper opened 7 years ago

TheDevelolper commented 7 years ago

Hey I'm using your lib. I have it rendering only it insists on being 100px by 100px. Is there a build in way to change the sizing to 100% by 100%?

TheDevelolper commented 7 years ago

this is what seems to get rendered: <div class="lm_goldenlayout lm_item lm_root" style="width: 100px; height: 100px;">

TheDevelolper commented 7 years ago

I've tried everything... even using jquery to change the width and height. I've tried running the example app but I just get other errors.

goldsam commented 7 years ago

I don't believe there is any code in my library which should explicitly produce a width/height of exactly 100px. Do you have any code which demonstrates the issue?

Arnie38 commented 6 years ago

I use 100% for width and height just fine within the content of a golden layout panel. It works as expected.