-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple logos, on different slides? #68
Comments
Hi @giabaio ... unforunately But the good news is that you can use plain CSS to accomplish something very similar: Add this block to your slides (near the top) or add the CSS to a separate CSS file that you load in the
Change the names of the Here's the complete source code for the example similar to the screenshot above.
|
Thank you @gadenbuie ! Only thing is you just need to add the |
Hi all,
Just a quick (hopefully!) question, mostly out of my ignorance of css... Is it possible to use
use_logo
repeatedly to change the logo? So, to be clearer, I have a set of slides I'm preparing when many speakers will talk - each from different institutions. So what I'd like to do is to be able to add the specific logo only in the slides that are relevant for a given speaker.I think if I use multiple chunks pointing to different images, then the last one will take over and be included even when it shouldn't (on top of the "correct" one)? I suppose I could define a class for each speaker and the add all the "other" classes to the call to
use_logo
, but I was wondering whether there's a neater option?Thanks!
Gianluca
The text was updated successfully, but these errors were encountered: