Sha256: bf52d9ed94361831a9bf30682dd98b7252313f907f7c2d452dfcbbcebcf258b7

Contents?: true

Size: 934 Bytes

Versions: 11

Compression:

Stored size: 934 Bytes

Contents

$owl-image-path: "" !default;

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel{
	.owl-video-wrapper {
		position: relative;
		height: 100%;
		background: #000;
	}

	.owl-video-play-icon {
		position: absolute;
		height: 80px;
		width: 80px;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		background: url("#{$owl-image-path}owl.video.play.png") no-repeat;
		cursor: pointer;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		transition: transform 100ms ease;
	}

	.owl-video-play-icon:hover {
		transform: scale(1.3, 1.3);
	}

	.owl-video-playing .owl-video-tn,
	.owl-video-playing .owl-video-play-icon {
		display: none;
	}

	.owl-video-tn {
		opacity: 0;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		transition: opacity 400ms ease;
	}

	.owl-video-frame {
		position: relative;
		z-index: 1;
		height: 100%;
		width: 100%;
	}
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-theme-artsy-0.1.12 assets/js/owlcarousel/src/scss/_video.scss
jekyll-theme-artsy-0.1.11 assets/js/owlcarousel/src/scss/_video.scss
jekyll-theme-artsy-0.1.9 assets/js/owlcarousel/src/scss/_video.scss
jekyll-theme-artsy-0.1.8 assets/js/owlcarousel/src/scss/_video.scss
jekyll-theme-artsy-0.1.7 assets/js/owlcarousel/src/scss/_video.scss
jekyll-theme-artsy-0.1.6 assets/js/owlcarousel/src/scss/_video.scss
jekyll-theme-artsy-0.1.5 assets/js/owlcarousel/src/scss/_video.scss
jekyll-theme-artsy-0.1.4 assets/js/owlcarousel/src/scss/_video.scss
jekyll-theme-artsy-0.1.3 assets/js/owlcarousel/src/scss/_video.scss
jekyll-theme-artsy-0.1.2 js/owlcarousel/src/scss/_video.scss
jekyll-theme-artsy-0.1.1 js/owlcarousel/src/scss/_video.scss