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

plz add images lazyload #4

Open
daanhan opened this issue Feb 3, 2018 · 1 comment
Open

plz add images lazyload #4

daanhan opened this issue Feb 3, 2018 · 1 comment

Comments

@daanhan
Copy link

daanhan commented Feb 3, 2018

👍 👍 :)

@rewrite123
Copy link

rewrite123 commented May 24, 2019

I used a little bit of bootstrap but I'm sure you can figure it out ;)

<style>
	.timeline-background{
		background-repeat: no-repeat; 
		background-size: cover;
		background-position: center;
		height: 100%;
		padding: 0px;
		margin: 0px;
		border: 0px;
	}
	.timeline-vertical-center{
		min-height: 100%;
		display: flex;
		align-items: center;
	}
</style>
<div class="timeline-container timeline-theme-1">
	<div class="timeline js-timeline">
		<div data-time="2011" id="timeline-clicker">
			<div class="timeline-background" style="background-image: url(media/business-2.jpg);" title="Photo by Danielle MacInnes">
				<div class="timeline-vertical-center" style="width: 100%;">
					<div class="text-center text-white" style="width: 100%;">
						<h3><strong>Nomen Tuum founding</strong></h3>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>

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

2 participants