How to set logo size in reveal.js? #2209
Unanswered
lizhiwei1994
asked this question in
Q&A
Replies: 1 comment 2 replies
-
But if you want to increase just change this rule. For example .reveal .slide-logo {
max-height: 4em !important;
}
Code---
title: "Untitled"
format:
revealjs:
logo: "https://user-images.githubusercontent.com/59855957/187441375-ac0b7654-6147-4999-8651-1af9abb618c1.png"
theme: [default, styles.scss]
---
## Title
Test
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone.
I know use
logo: "https://www.rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png"
can set a logo in each slides.But how can I change the logo size. My logo is too samll that can not be seen clearly in my slides.
Below is my logo png file.
Beta Was this translation helpful? Give feedback.
All reactions