Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10045051
    middlemann
    Participant

    any way too embed Vimeo videos with this theme, like in sliders, carousels etc?


    #10045053
    Support
    Keymaster

    Hello, sorry but we don’t have any examples with Vimeo, but you can add the iframe using this HTML:

    <iframe class="owl-video-frame" src="https://player.vimeo.com/video/90617432?autoplay=1&loop=1&muted=1&controls=0" frameborder="0" allowfullscreen=""></iframe>

    You may have to make some changes on it to look the way you want. Unfortunately it’s not available on Porto right now.


    #10045059
    middlemann
    Participant

    copy that.

    what is the simplest way to integrate the lightbox element with the full width carousel element?


    #10045062
    Support
    Keymaster

    You just need to add a DIV with the lightbox class this way:

    <div class="lightbox" data-plugin-options="{'delegate': 'a', 'type': 'image', 'gallery': {'enabled': true}}">
    	<div class="owl-carousel owl-theme full-width" data-plugin-options="{'items': 5, 'loop': false, 'nav': true, 'dots': false}">
    		<div>
    			<a href="img/projects/project.jpg" aria-label="">
    				<span class="thumb-info thumb-info-centered-info thumb-info-no-borders">
    					<span class="thumb-info-wrapper">
    						<img src="img/projects/project.jpg" class="img-fluid" alt="">
    						<span class="thumb-info-title">
    							<span class="thumb-info-inner">Project Title</span>
    							<span class="thumb-info-type">Project Type</span>
    						</span>
    						<span class="thumb-info-action">
    							<span class="thumb-info-action-icon"><i class="fas fa-plus"></i></span>
    						</span>
    					</span>
    				</span>
    			</a>
    		</div>
    	</div>
    </div>

Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as "RESOLVED" and can not rceive new replies.