concerto / concerto-frontend

Frontend JS code for Concerto
http://concerto-signage.org
Other
7 stars 5 forks source link

Resizing of text and graphics #12

Closed gbprz closed 9 years ago

gbprz commented 9 years ago

Content sizes for both images (scroll bar still appears) and text (font-size) are not adjusted to fit the screen's fields properly.

gbprz commented 9 years ago

Images had overflow set to auto from core-transition, so overriding this fixed the scroll bar issue in f858430d88e038db0f3b3ea4dca7903a0488fb43

gbprz commented 9 years ago

17