I would like to know how can I adjust the height of dashboardheader
in shinydashboard
dashboardHeader(
title = loadingLogo('http://company.fr/','logo.jpg','buffpowa.gif'),
titleWidth = 600
)
I can modify the width
but the logo is too large for the header. I want the header to have enough height to display the full logo.
Thanks
See Question&Answers more detail:os