- This topic has 3 replies, 2 voices, and was last updated 1 year, 3 months ago by
Support. This post has been viewed 1021 times
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
May 20, 2025 at 7:48 pm #10045800
middlemann
Participantanyway to make this full width carousel open a lightbox instead of directing to a different page?
https://www.okler.net/previews/porto/12.0.0/elements-carousels.html
the Full Width carousel
May 20, 2025 at 9:39 pm #10045802Support
KeymasterYou can find examples in this page: https://www.okler.net/previews/porto/12.0.0/elements-lightboxes.html
May 21, 2025 at 4:30 am #10045803middlemann
ParticipantNice.
Any way to make it auto play?
Any way to make images display larger in the carousel?
May 21, 2025 at 9:39 pm #10045806Support
KeymasterYou can change optiokns the same way as any other carousel:
<div class="lightbox" data-plugin-options="{'delegate': 'a', 'type': 'image', 'gallery': {'enabled': true}, 'mainClass': 'mfp-with-zoom', 'zoom': {'enabled': true, 'duration': 300}}"> <div class="owl-carousel owl-theme stage-margin" data-plugin-options="{'responsive': {'576': {'items': 1}, '768': {'items': 1}, '992': {'items': 2}, '1200': {'items': 3}}, 'autoplay': true, 'autoplayTimeout': 4000, 'loop': true, 'margin': 10, 'nav': true, 'dots': false, 'stagePadding': 40}"> <div> <a class="img-thumbnail img-thumbnail-no-borders img-thumbnail-hover-icon" href="img/projects/project-1.jpg"> <img class="img-fluid" src="img/projects/project-1.jpg" alt="Project Image"> </a> </div> <div> <a class="img-thumbnail img-thumbnail-no-borders img-thumbnail-hover-icon" href="img/projects/project-2.jpg"> <img class="img-fluid" src="img/projects/project-2.jpg" alt="Project Image"> </a> </div> <div> <a class="img-thumbnail img-thumbnail-no-borders img-thumbnail-hover-icon" href="img/projects/project-3.jpg"> <img class="img-fluid" src="img/projects/project-3.jpg" alt="Project Image"> </a> </div> <div> <a class="img-thumbnail img-thumbnail-no-borders img-thumbnail-hover-icon" href="img/projects/project-4.jpg"> <img class="img-fluid" src="img/projects/project-4.jpg" alt="Project Image"> </a> </div> <div> <a class="img-thumbnail img-thumbnail-no-borders img-thumbnail-hover-icon" href="img/projects/project-5.jpg"> <img class="img-fluid" src="img/projects/project-5.jpg" alt="Project Image"> </a> </div> <div> <a class="img-thumbnail img-thumbnail-no-borders img-thumbnail-hover-icon" href="img/projects/project-6.jpg"> <img class="img-fluid" src="img/projects/project-6.jpg" alt="Project Image"> </a> </div> <div> <a class="img-thumbnail img-thumbnail-no-borders img-thumbnail-hover-icon" href="img/projects/project-7.jpg"> <img class="img-fluid" src="img/projects/project-7.jpg" alt="Project Image"> </a> </div> <div> <a class="img-thumbnail img-thumbnail-no-borders img-thumbnail-hover-icon" href="img/projects/project.jpg"> <img class="img-fluid" src="img/projects/project.jpg" alt="Project Image"> </a> </div> </div> </div> </div>
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
This topic is marked as "RESOLVED" and can not rceive new replies.