Skip to content
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

logo option #2926

Closed
jsdads11 opened this issue Apr 2, 2021 · 2 comments
Closed

logo option #2926

jsdads11 opened this issue Apr 2, 2021 · 2 comments

Comments

@jsdads11
Copy link

jsdads11 commented Apr 2, 2021

Is it possible please to add a logo support option as per https://github.com/handsomeyang/reveal.js - this build refers to a much older version of reveal.js though.

thanks
Tony

@Martinomagnifico
Copy link
Collaborator

Martinomagnifico commented Jul 22, 2021

This is about content and styling. Not really the scope of reveal.js. If you look at how it is done in the example you mention, it's just some CSS:

.reveal .logo {
	position: fixed;
	display: block;
	left: 8px;
	bottom: 8px;
	z-index: 31;
  	width: 80px;   
  	height: 80px;
  	background-image: url('../img/logo');
  	background-size: 80px;
  	background-position: 0% 100%;
  	background-repeat: no-repeat;
}

Add this to your own CSS or include it in a <style> block, and just add a div with class 'logo' next to your slides.

This issue can be closed.

@danielb2
Copy link

@Martinomagnifico this code snippet doesn't work anymore which I think highlights the need for some feature like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants