schmidyy/Loaf

Is there a way to adjust the size of the loaf?

Closed this issue · 1 comments

Is it possible to adjust the height/width of the loaf? It looks like the width is hard coded as 200, but it would be nice to either override this, or if that is undesirable for some reason, perhaps it should be 0.8 of the view's width?

Interesting idea (80% of the view's width)! I suppose the fixed width, which was intended for phones, might look small on larger devices.

I've update the Style component to optionally take a width as either a fixed value or a percentage of the screen width here: ba9af67