{"id":51,"date":"2025-09-26T08:50:55","date_gmt":"2025-09-26T08:50:55","guid":{"rendered":"https:\/\/ska-blocks.com\/docs\/2025\/09\/26\/slider-block\/"},"modified":"2025-11-16T09:22:47","modified_gmt":"2025-11-16T09:22:47","slug":"slider-block","status":"publish","type":"post","link":"https:\/\/ska-blocks.com\/docs\/slider-block\/","title":{"rendered":"Slider block"},"content":{"rendered":"\n<p class=\"lead\">The Slider block allows creating sliders using the popular <a href=\"https:\/\/swiperjs.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Swiper slider<\/a>.<\/p>\n\n\n\n<a aria-label=\"View image in full screen\" data-pswp-height=\"1058\" data-pswp-width=\"269\" data-ska-pswp=\"ska-pswp-1\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-33.png\" class=\"border wp-block-ska-image alignleft image\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-33-150x150.png\" alt=\"Slider block controls for editing Swiper options\" width=\"150\" height=\"150\"\/><\/a>\n\n\n\n<p>Various UI controls for configuring <a href=\"https:\/\/swiperjs.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Swiper options<\/a> are provided.<\/p>\n\n\n\n<p><strong>Slides per view<\/strong> and <strong>Space between<\/strong> options can use Tailwind-like breakpoint syntax, e.g. <code>8 sm:16 lg:32<\/code>.<\/p>\n\n\n\n<div role=\"figure\" class=\"border wp-block-ska-image alignright image\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-32.png\" alt=\"Slider block control for defining a custom configuration\" width=\"280\" height=\"201\"\/><\/div>\n\n\n\n<p class=\"clear-left\">When the controls are not enough, you can provide a custom JavaScript object with additional Swiper configuration (e.g. <code>{parallax: true}<\/code>):<\/p>\n\n\n\n<p class=\"clear-right\">The slider itself does not function in the block editor, instead all the slides are rendered at once, which can get quite cluttered. The option to <strong>Hide other slides<\/strong> can help:<\/p>\n\n\n\n<div role=\"figure\" class=\"inline-block border wp-block-ska-image image\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-34.png\" alt=\"Slider block editor options - Hide other slides - Display only the first or active slide in the editor.\" width=\"269\" height=\"130\"\/><\/div>\n\n\n\n<p>When enabled, you&#8217;ll only see the first slide of the slider, unless you use the List View to activate another slide:<\/p>\n\n\n\n<div role=\"figure\" class=\"inline-block ring ring-site-border wp-block-ska-image image\"><img decoding=\"async\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2024\/03\/image-25.png\" alt=\"Slider block and child slides in WordPress Block Editor list view\" loading=\"lazy\"\/><\/div>\n\n\n\n<hr class=\"mt-4 mb-10! wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Tailwind variants for Swiper slider<\/h2>\n\n\n\n<p>There are preconfigured custom Tailwind variants for targetting various Swiper slider UI parts. For example, instead of using an arbitrary variant <code>[&amp;_.swiper-wrapper]:border<\/code> to add a border to the Swiper wrapper you can use <code>swiper-wrapper:border<\/code>.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Custom variant<\/th><th>CSS selector<\/th><\/tr><\/thead><tbody><tr><td><code>swiper<\/code><\/td><td><code>:is(&amp;.swiper, &amp; .swiper)<\/code><\/td><\/tr><tr><td><code>swiper-wrapper<\/code><\/td><td><code>&amp; .swiper-wrapper<\/code><\/td><\/tr><tr><td><code>swiper-slide<\/code><\/td><td><code>&amp; .swiper-slide<\/code><\/td><\/tr><tr><td><code>swiper-nav<\/code><\/td><td><code>&amp;:not(.use-default-nav, :has(.use-default-nav)) :where(.swiper-button-next, .swiper-button-prev)<\/code><\/td><\/tr><tr><td><code>swiper-nav-prev<\/code><\/td><td><code>&amp;.swiper-button-prev<\/code><\/td><\/tr><tr><td><code>swiper-nav-next<\/code><\/td><td><code>&amp;.swiper-button-next<\/code><\/td><\/tr><tr><td><code>swiper-nav-hover<\/code><\/td><td><code>&amp;:not([aria-disabled=true]):hover<\/code><\/td><\/tr><tr><td><code>swiper-nav-focus<\/code><\/td><td><code>&amp;:not([aria-disabled=true]):focus<\/code><\/td><\/tr><tr><td><code>swiper-nav-active<\/code><\/td><td><code>&amp;:not([aria-disabled=true]):active<\/code><\/td><\/tr><tr><td><code>swiper-scrollbar<\/code><\/td><td><code>&amp; .swiper-scrollbar<\/code><\/td><\/tr><tr><td><code>swiper-pagination<\/code><\/td><td><code>&amp; .swiper-pagination<\/code><\/td><\/tr><tr><td><code>swiper-bullets<\/code><\/td><td><code>&amp; .swiper-pagination-bullets<\/code><\/td><\/tr><tr><td><code>swiper-bullet<\/code><\/td><td><code>&amp; .swiper-pagination-bullet<\/code><\/td><\/tr><tr><td><code>swiper-bullet-active<\/code><\/td><td><code>&amp; .swiper-pagination-bullet-active<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"mt-4 mb-10! wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Swiper preset<\/h2>\n\n\n\n<p>With ska-theme the block also has the Swiper preset applied by default to provide shared styles for theme color, navigation controls appearance and more. The <code>.use-default-nav<\/code> class can be used to disable navigation controls appearance on a specific slider.<\/p>\n\n\n\n<p>Variables can also be set on the Slider block itself to configure Swiper CSS variables using Tailwind values:<\/p>\n\n\n\n<div role=\"figure\" class=\"inline-block rounded-lg ring shadow-lg wp-block-ska-image image\"><img decoding=\"async\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-31.png\" alt=\"Swiper slider CSS variables UI\" width=\"621\" height=\"176\" loading=\"lazy\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-31.png 621w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-31-300x85.png 300w\" sizes=\"(max-width: 621px) 100vw, 621px\" \/><\/div>\n\n\n\n<p>Simply enter <code>--swiper-theme-color<\/code> to the <code>Add classes or utility...<\/code> field to create a control for a Tailwind CSS variable.<\/p>\n\n\n\n<hr class=\"mt-12 wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Gallery<\/h2>\n\n\n\n<p class=\"-mt-8! text-xs\">Images: <a href=\"https:\/\/picsum.photos\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/picsum.photos<\/a><\/p>\n\n\n\n<p>When inserting a <a href=\"https:\/\/ska-blocks.com\/docs\/ska-blocks\/gallery\/\" data-type=\"post\" data-id=\"256\">Gallery block<\/a> into a Slider block, disable the <strong>Wrap<\/strong> option on the Gallery block so that it doesn&#8217;t wrap gallery images in an element and allows the individual images to become slides themselves.<\/p>\n\n\n<div class=\"ska-blocks-docs__wrapper not-prose\" x-data=\"{showContent: false, showMessage: false, showError: false}\" style=\"display:flex;flex-direction:column\">\n<div class=\"wp-block-ska-element ska-blocks-docs not-prose ska-preset--docs-blocks\">\n<div class=\"swiper wp-block-ska-slider ska-preset--ska-theme--swiper\" data-ska-swiper=\"ska-swiper-2\"><div class=\"swiper-wrapper\"><div class=\"image wp-block-ska-gallery__image swiper-slide\" aria-hidden=\"true\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div><div class=\"image wp-block-ska-gallery__image swiper-slide\" aria-hidden=\"true\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div><div class=\"image wp-block-ska-gallery__image swiper-slide\" aria-hidden=\"true\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div><div class=\"image wp-block-ska-gallery__image swiper-slide\" aria-hidden=\"true\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-7-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-7-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-7-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-7-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-7.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div><div class=\"image wp-block-ska-gallery__image swiper-slide\" aria-hidden=\"true\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div><div class=\"image wp-block-ska-gallery__image swiper-slide\" aria-hidden=\"true\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-6-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-6-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-6-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-6-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-6.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div><div class=\"image wp-block-ska-gallery__image swiper-slide\" aria-hidden=\"true\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div><div class=\"image wp-block-ska-gallery__image swiper-slide\" aria-hidden=\"true\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-11-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-11-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-11-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-11-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-11.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div><div class=\"image wp-block-ska-gallery__image swiper-slide\" aria-hidden=\"true\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div><\/div><div class=\"swiper-pagination\"><\/div><div class=\"swiper-button-prev ska-swiper-nav__button\"><\/div><div class=\"swiper-button-next ska-swiper-nav__button\"><\/div><\/div>\n<\/div>\n<div class=\"ska-blocks-docs__controls\" style=\"order:-1\">\n\t<button class=\"code\" type=\"button\" x-on:click=\"showContent = !showContent\" x-text=\"showContent ? 'Hide code' : 'Show code'\" aria-pressed=\"showContent\">Show code<\/button>\n\t<div>\n\t\t<span class=\"message success\" aria-hidden=\"true\" x-cloak x-show=\"showMessage\" >Copied!<\/span>\n\t\t<span class=\"message error\" aria-hidden=\"true\" x-cloak x-show=\"showError\">Couldn&#8217;t copy!<\/span>\n\t\t<button class=\"copy\" type=\"button\" x-on:click=\"navigator.clipboard ? (navigator.clipboard.writeText($el.parentElement.parentElement.nextElementSibling.querySelector('pre').innerText), showMessage = true) : showError = true\">Copy blocks<\/button>\n\t<\/div>\n<\/div>\n<div class=\"ska-blocks-docs__content ska-preset--ska-theme--code\" x-cloak x-collapse x-show=\"showContent\" hidden>\n\t<div class=\"content\">\n\t\t<pre class=\"ska-blocks-docs__blocks code\"><code class=\"html language-html\">&lt;!-- wp:ska\/slider {&quot;pagination&quot;:&quot;dynamic-bullets&quot;,&quot;loop&quot;:true,&quot;skaBlocksSelectors&quot;:{&quot;[\\u0026_.swiper-slide]&quot;:[]}} --&gt;\n&lt;div class=&quot;swiper wp-block-ska-slider&quot; data-ska-swiper=&quot;{{ska-slider-id}}&quot;&gt;&lt;div class=&quot;swiper-wrapper&quot;&gt;\n&lt;!-- wp:ska\/gallery {&quot;ids&quot;:[264,265,257,263,261,262,260,267,266],&quot;size&quot;:&quot;large&quot;,&quot;wrap&quot;:false,&quot;skaBlocks&quot;:{&quot;cx&quot;:&quot;grid grid-cols-auto-fit-xs gap-4&quot;,&quot;css&quot;:&quot;.grid{display:grid}.grid-cols-auto-fit-xs{grid-template-columns:repeat(auto-fit,minmax(min(var(--spacing-48),100%),1fr))}.gap-4{gap:var(--spacing-4)}&quot;,&quot;t&quot;:1758876679},&quot;skaBlocksDisplay&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;grid&quot;}}},&quot;skaBlocksGridTemplateColumns&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;auto-fit-xs&quot;}}},&quot;skaBlocksGap&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;4&quot;}}}} --&gt;\n&lt;div class=&quot;grid grid-cols-auto-fit-xs gap-4 wp-block-ska-gallery&quot;&gt;&lt;span class=&quot;ska-gallery-content-placeholder&quot;&gt;&lt;\/span&gt;&lt;\/div&gt;\n&lt;!-- \/wp:ska\/gallery --&gt;\n&lt;\/div&gt;&lt;div class=&quot;swiper-pagination&quot;&gt;&lt;\/div&gt;&lt;div class=&quot;swiper-button-prev ska-swiper-nav__button&quot;&gt;&lt;\/div&gt;&lt;div class=&quot;swiper-button-next ska-swiper-nav__button&quot;&gt;&lt;\/div&gt;&lt;\/div&gt;\n&lt;!-- \/wp:ska\/slider --&gt;<\/code><\/pre>\n\t<\/div>\n<\/div><\/div>\n\n\n<p>Optionally, setting the gallery images to <strong>Link to -&gt; Full size image<\/strong> and wrapping the slider with the <a href=\"https:\/\/ska-blocks.com\/docs\/ska-theme\/lightbox-block\/\" data-type=\"post\" data-id=\"258\">Lightbox block<\/a> allows the have a slider with a gallery that has a lightbox.<\/p>\n\n\n<div class=\"ska-blocks-docs__wrapper not-prose\" x-data=\"{showContent: false, showMessage: false, showError: false}\" style=\"display:flex;flex-direction:column\">\n<div class=\"wp-block-ska-element ska-blocks-docs not-prose ska-preset--docs-blocks\">\n<div data-ska-pswp=\"ska-pswp-4\" class=\"wp-block-ska-lightbox\">\n<div class=\"swiper wp-block-ska-slider ska-preset--ska-theme--swiper\" data-ska-swiper=\"ska-swiper-3\"><div class=\"swiper-wrapper\"><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3-1024x614.png\"  alt=\"\" srcset=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3-1024x614.png 1024w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3-300x180.png 300w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3-768x461.png 768w, https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"swiper-pagination\"><\/div><div class=\"swiper-button-prev ska-swiper-nav__button\"><\/div><div class=\"swiper-button-next ska-swiper-nav__button\"><\/div><\/div>\n<\/div>\n<\/div>\n<div class=\"ska-blocks-docs__controls\" style=\"order:-1\">\n\t<button class=\"code\" type=\"button\" x-on:click=\"showContent = !showContent\" x-text=\"showContent ? 'Hide code' : 'Show code'\" aria-pressed=\"showContent\">Show code<\/button>\n\t<div>\n\t\t<span class=\"message success\" aria-hidden=\"true\" x-cloak x-show=\"showMessage\" >Copied!<\/span>\n\t\t<span class=\"message error\" aria-hidden=\"true\" x-cloak x-show=\"showError\">Couldn&#8217;t copy!<\/span>\n\t\t<button class=\"copy\" type=\"button\" x-on:click=\"navigator.clipboard ? (navigator.clipboard.writeText($el.parentElement.parentElement.nextElementSibling.querySelector('pre').innerText), showMessage = true) : showError = true\">Copy blocks<\/button>\n\t<\/div>\n<\/div>\n<div class=\"ska-blocks-docs__content ska-preset--ska-theme--code\" x-cloak x-collapse x-show=\"showContent\" hidden>\n\t<div class=\"content\">\n\t\t<pre class=\"ska-blocks-docs__blocks code\"><code class=\"html language-html\">&lt;!-- wp:ska\/lightbox --&gt;\n&lt;div class=&quot;wp-block-ska-lightbox&quot;&gt;\n&lt;!-- wp:ska\/slider {&quot;effect&quot;:&quot;cube&quot;,&quot;speed&quot;:600,&quot;pagination&quot;:&quot;dynamic-bullets&quot;,&quot;loop&quot;:true,&quot;skaBlocksSelectors&quot;:{&quot;[\\u0026_.swiper-slide]&quot;:[]}} --&gt;\n&lt;div class=&quot;swiper wp-block-ska-slider&quot; data-ska-swiper=&quot;{{ska-slider-id}}&quot;&gt;&lt;div class=&quot;swiper-wrapper&quot;&gt;\n&lt;!-- wp:ska\/gallery {&quot;ids&quot;:[261,264,266,265,260,257],&quot;size&quot;:&quot;large&quot;,&quot;linkTo&quot;:&quot;full&quot;,&quot;wrap&quot;:false,&quot;skaBlocks&quot;:{&quot;cx&quot;:&quot;grid grid-cols-auto-fit-xs gap-4&quot;,&quot;css&quot;:&quot;.grid{display:grid}.grid-cols-auto-fit-xs{grid-template-columns:repeat(auto-fit,minmax(min(var(--spacing-48),100%),1fr))}.gap-4{gap:var(--spacing-4)}&quot;,&quot;t&quot;:1758876679},&quot;skaBlocksDisplay&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;grid&quot;}}},&quot;skaBlocksGridTemplateColumns&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;auto-fit-xs&quot;}}},&quot;skaBlocksGap&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;4&quot;}}}} --&gt;\n&lt;div class=&quot;grid grid-cols-auto-fit-xs gap-4 wp-block-ska-gallery&quot;&gt;&lt;span class=&quot;ska-gallery-content-placeholder&quot;&gt;&lt;\/span&gt;&lt;\/div&gt;\n&lt;!-- \/wp:ska\/gallery --&gt;\n&lt;\/div&gt;&lt;div class=&quot;swiper-pagination&quot;&gt;&lt;\/div&gt;&lt;div class=&quot;swiper-button-prev ska-swiper-nav__button&quot;&gt;&lt;\/div&gt;&lt;div class=&quot;swiper-button-next ska-swiper-nav__button&quot;&gt;&lt;\/div&gt;&lt;\/div&gt;\n&lt;!-- \/wp:ska\/slider --&gt;\n&lt;\/div&gt;\n&lt;!-- \/wp:ska\/lightbox --&gt;<\/code><\/pre>\n\t<\/div>\n<\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\">Query<\/h2>\n\n\n\n<p>The core WordPress Query block can be inserted into the Slider block to create slides from the results of the query.<\/p>\n\n\n\n<h3 class=\"text-lg! wp-block-heading\">Example slider rendering posts with &#8220;Blocks&#8221; tag using the WordPress &#8220;Query&#8221; block inside the &#8220;Slider&#8221; block<\/h3>\n\n\n<div class=\"ska-blocks-docs__wrapper not-prose\" x-data=\"{showContent: false, showMessage: false, showError: false}\" style=\"display:flex;flex-direction:column\">\n<div class=\"wp-block-ska-element ska-blocks-docs not-prose ska-preset--docs-blocks\"><div class=\"ska-swiper-wrapper [--swiper-pagination-fraction-color:var(--color-site-muted)] p-6 swiper-pagination:text-sm rounded border shadow wp-block-ska-slider ska-preset--ska-theme--swiper\" data-ska-swiper-wrapper=\"ska-swiper-5\"><div class=\"ska-swiper-wrapper__slider\"><button class=\"swiper-button-prev ska-swiper-nav__button\"><\/button><div class=\"swiper\" data-ska-swiper=\"ska-swiper-5\"><div class=\"swiper-wrapper\"><div class=\"wp-block-post post-56 post type-post status-publish format-standard hentry category-ska-blocks tag-blocks swiper-slide\">\n\n<div class=\"py-4 wp-block-ska-element\"><h5 class=\"wp-block-post-title text-center\">Text block<\/h5>\n\n<div class=\"wp-block-post-excerpt sm:px-16 text-base\/snug text-center\"><p class=\"wp-block-post-excerpt__excerpt\">The Text block is a block that can contain Rich Text. By default the HTML tag name span is used, but it can be changed using the Element type block controls: The&hellip; <a class=\"wp-block-post-excerpt__more-link\" href=\"https:\/\/ska-blocks.com\/docs\/text-block\/\">Read more<\/a><\/p><\/div><\/div>\n\n<\/div><div class=\"wp-block-post post-57 post type-post status-publish format-standard hentry category-ska-blocks tag-blocks swiper-slide\">\n\n<div class=\"py-4 wp-block-ska-element\"><h5 class=\"wp-block-post-title text-center\">Element block<\/h5>\n\n<div class=\"wp-block-post-excerpt sm:px-16 text-base\/snug text-center\"><p class=\"wp-block-post-excerpt__excerpt\">The Element block is a block that can contain other blocks. By default the HTML tag name div is used, but it can be changed using the Element type block controls: The&hellip; <a class=\"wp-block-post-excerpt__more-link\" href=\"https:\/\/ska-blocks.com\/docs\/element-block\/\">Read more<\/a><\/p><\/div><\/div>\n\n<\/div><div class=\"wp-block-post post-53 post type-post status-publish format-standard hentry category-ska-blocks tag-blocks swiper-slide\">\n\n<div class=\"py-4 wp-block-ska-element\"><h5 class=\"wp-block-post-title text-center\">Gallery block<\/h5>\n\n<div class=\"wp-block-post-excerpt sm:px-16 text-base\/snug text-center\"><p class=\"wp-block-post-excerpt__excerpt\">The Gallery block is an alternative to the WordPress core Gallery block. The main advantage of the ska\/gallery block is that it can render an image gallery with a simple and predictable&hellip; <a class=\"wp-block-post-excerpt__more-link\" href=\"https:\/\/ska-blocks.com\/docs\/gallery-block\/\">Read more<\/a><\/p><\/div><\/div>\n\n<\/div><div class=\"wp-block-post post-54 post type-post status-publish format-standard hentry category-ska-blocks tag-blocks swiper-slide\">\n\n<div class=\"py-4 wp-block-ska-element\"><h5 class=\"wp-block-post-title text-center\">Image block<\/h5>\n\n<div class=\"wp-block-post-excerpt sm:px-16 text-base\/snug text-center\"><p class=\"wp-block-post-excerpt__excerpt\">The Image block can be used to display different types of media. This documentation gives an overview of the modes that the Image block can operate in and provides copy-pastable examples of&hellip; <a class=\"wp-block-post-excerpt__more-link\" href=\"https:\/\/ska-blocks.com\/docs\/image-block\/\">Read more<\/a><\/p><\/div><\/div>\n\n<\/div><div class=\"wp-block-post post-55 post type-post status-publish format-standard hentry category-ska-blocks tag-blocks swiper-slide\">\n\n<div class=\"py-4 wp-block-ska-element\"><h5 class=\"wp-block-post-title text-center\">Tailwind block<\/h5>\n\n<div class=\"wp-block-post-excerpt sm:px-16 text-base\/snug text-center\"><p class=\"wp-block-post-excerpt__excerpt\">The Tailwind block in the ska-blocks plugin allows to enter HTML with Tailwind classes and compile it to include the Tailwind CSS on the front end as well. The block itself has&hellip; <a class=\"wp-block-post-excerpt__more-link\" href=\"https:\/\/ska-blocks.com\/docs\/tailwind-block\/\">Read more<\/a><\/p><\/div><\/div>\n\n<\/div><div class=\"wp-block-post post-51 post type-post status-publish format-standard hentry category-ska-theme tag-blocks swiper-slide\">\n\n<div class=\"py-4 wp-block-ska-element\"><h5 class=\"wp-block-post-title text-center\">Slider block<\/h5>\n\n<div class=\"wp-block-post-excerpt sm:px-16 text-base\/snug text-center\"><p class=\"wp-block-post-excerpt__excerpt\">The Slider block allows creating sliders using the popular Swiper slider. Various UI controls for configuring Swiper options are provided. Slides per view and Space between options can use Tailwind-like breakpoint syntax,&hellip; <a class=\"wp-block-post-excerpt__more-link\" href=\"https:\/\/ska-blocks.com\/docs\/slider-block\/\">Read more<\/a><\/p><\/div><\/div>\n\n<\/div><div class=\"wp-block-post post-52 post type-post status-publish format-standard hentry category-ska-theme tag-blocks swiper-slide\">\n\n<div class=\"py-4 wp-block-ska-element\"><h5 class=\"wp-block-post-title text-center\">Lightbox block<\/h5>\n\n<div class=\"wp-block-post-excerpt sm:px-16 text-base\/snug text-center\"><p class=\"wp-block-post-excerpt__excerpt\">The Lightbox block can be used to wrap images to give them lightbox capability. While the ska\/image and ska\/gallery blocks already have an option to enable lightbox, you can wrap multiple images&hellip; <a class=\"wp-block-post-excerpt__more-link\" href=\"https:\/\/ska-blocks.com\/docs\/lightbox-block\/\">Read more<\/a><\/p><\/div><\/div>\n\n<\/div><div class=\"wp-block-post post-48 post type-post status-publish format-standard hentry category-ska-theme tag-blocks swiper-slide\">\n\n<div class=\"py-4 wp-block-ska-element\"><h5 class=\"wp-block-post-title text-center\">Conditions block<\/h5>\n\n<div class=\"wp-block-post-excerpt sm:px-16 text-base\/snug text-center\"><p class=\"wp-block-post-excerpt__excerpt\">The Conditions and Condition blocks can be used to render content when a certain condition applies. Condition The ska\/condition block allows to set any whitelisted PHP function name as as the condition&hellip; <a class=\"wp-block-post-excerpt__more-link\" href=\"https:\/\/ska-blocks.com\/docs\/conditions-block\/\">Read more<\/a><\/p><\/div><\/div>\n\n<\/div><div class=\"wp-block-post post-49 post type-post status-publish format-standard hentry category-ska-theme tag-blocks swiper-slide\">\n\n<div class=\"py-4 wp-block-ska-element\"><h5 class=\"wp-block-post-title text-center\">Post data block<\/h5>\n\n<div class=\"wp-block-post-excerpt sm:px-16 text-base\/snug text-center\"><p class=\"wp-block-post-excerpt__excerpt\">The Post data block can render various data related to the current post. ska\/post-data is an alternative to WordPress core blocks such as Title, Excerpt and Categories. The block aims to produce&hellip; <a class=\"wp-block-post-excerpt__more-link\" href=\"https:\/\/ska-blocks.com\/docs\/post-data-block\/\">Read more<\/a><\/p><\/div><\/div>\n\n<\/div><div class=\"wp-block-post post-50 post type-post status-publish format-standard hentry category-ska-theme tag-blocks swiper-slide\">\n\n<div class=\"py-4 wp-block-ska-element\"><h5 class=\"wp-block-post-title text-center\">Menu block<\/h5>\n\n<div class=\"wp-block-post-excerpt sm:px-16 text-base\/snug text-center\"><p class=\"wp-block-post-excerpt__excerpt\">The Menu block renders a classic WordPress navigation menu. When using ska-theme, the legacy WordPress menus are re-enabled for a simpler alternative to the WordPress core Navigation block. The ska\/menu block has&hellip; <a class=\"wp-block-post-excerpt__more-link\" href=\"https:\/\/ska-blocks.com\/docs\/menu-block\/\">Read more<\/a><\/p><\/div><\/div>\n\n<\/div><div class=\"wp-block-post post-18 post type-post status-publish format-standard hentry category-ska-theme tag-blocks swiper-slide\">\n\n<div class=\"py-4 wp-block-ska-element\"><h5 class=\"wp-block-post-title text-center\">Code block<\/h5>\n\n<div class=\"wp-block-post-excerpt sm:px-16 text-base\/snug text-center\"><p class=\"wp-block-post-excerpt__excerpt\">The code block is an alternative for the WordPress code block with the addition of syntax highlighting, indenting and copy function. The Code block uses the &ldquo;Code block&rdquo; preset for its&rsquo; appearance&hellip; <a class=\"wp-block-post-excerpt__more-link\" href=\"https:\/\/ska-blocks.com\/docs\/code-block\/\">Read more<\/a><\/p><\/div><\/div>\n\n<\/div><div class=\"wp-block-post post-15 post type-post status-publish format-standard hentry category-ska-theme tag-blocks swiper-slide\">\n\n<div class=\"py-4 wp-block-ska-element\"><h5 class=\"wp-block-post-title text-center\">Cart dialog block<\/h5>\n\n<div class=\"wp-block-post-excerpt sm:px-16 text-base\/snug text-center\"><p class=\"wp-block-post-excerpt__excerpt\">The Cart dialog block can display a button that opens the WooCommerce mini cart widget in a Dialog, which is a light-weight alternative for the WC &ldquo;Mini-cart&rdquo; block. Example mini cart icon&hellip; <a class=\"wp-block-post-excerpt__more-link\" href=\"https:\/\/ska-blocks.com\/docs\/cart-dialog\/\">Read more<\/a><\/p><\/div><\/div>\n\n<\/div><div class=\"wp-block-post post-16 post type-post status-publish format-standard hentry category-ska-theme tag-blocks swiper-slide\">\n\n<div class=\"py-4 wp-block-ska-element\"><h5 class=\"wp-block-post-title text-center\">Language switcher block<\/h5>\n\n<div class=\"wp-block-post-excerpt sm:px-16 text-base\/snug text-center\"><p class=\"wp-block-post-excerpt__excerpt\">The Language switcher block can display a placeholder language switcher when a multilingual plugin isn&rsquo;t installed yet, but will switch to using languages from WPML or Polylang once detected. Block options Mode&hellip; <a class=\"wp-block-post-excerpt__more-link\" href=\"https:\/\/ska-blocks.com\/docs\/language-switcher\/\">Read more<\/a><\/p><\/div><\/div>\n\n<\/div><\/div><\/div><button class=\"swiper-button-next ska-swiper-nav__button\"><\/button><\/div><div class=\"swiper-pagination\"><\/div><\/div><\/div>\n<div class=\"ska-blocks-docs__controls\" style=\"order:-1\">\n\t<button class=\"code\" type=\"button\" x-on:click=\"showContent = !showContent\" x-text=\"showContent ? 'Hide code' : 'Show code'\" aria-pressed=\"showContent\">Show code<\/button>\n\t<div>\n\t\t<span class=\"message success\" aria-hidden=\"true\" x-cloak x-show=\"showMessage\" >Copied!<\/span>\n\t\t<span class=\"message error\" aria-hidden=\"true\" x-cloak x-show=\"showError\">Couldn&#8217;t copy!<\/span>\n\t\t<button class=\"copy\" type=\"button\" x-on:click=\"navigator.clipboard ? (navigator.clipboard.writeText($el.parentElement.parentElement.nextElementSibling.querySelector('pre').innerText), showMessage = true) : showError = true\">Copy blocks<\/button>\n\t<\/div>\n<\/div>\n<div class=\"ska-blocks-docs__content ska-preset--ska-theme--code\" x-cloak x-collapse x-show=\"showContent\" hidden>\n\t<div class=\"content\">\n\t\t<pre class=\"ska-blocks-docs__blocks code\"><code class=\"html language-html\">&lt;!-- wp:ska\/slider {&quot;effect&quot;:&quot;coverflow&quot;,&quot;pagination&quot;:&quot;fraction&quot;,&quot;autoHeight&quot;:true,&quot;controlsOutside&quot;:true,&quot;skaBlocks&quot;:{&quot;cx&quot;:&quot;[--swiper-pagination-fraction-color:var(--color-site-muted)] p-6 swiper-pagination:text-sm rounded border shadow&quot;,&quot;css&quot;:&quot;.\\u005c[--swiper-pagination-fraction-color\\u005c:var\\u005c(--color-site-muted\\u005c)\\u005c]{--swiper-pagination-fraction-color:var(--color-site-muted)}.p-6{padding:var(--spacing-6)}.swiper-pagination\\u005c:text-sm .swiper-pagination{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.rounded{border-radius:var(--radius)}.border{border-style:var(--tw-border-style);border-width:1px}.shadow{--tw-shadow:var(--shadow-sm);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}&quot;,&quot;t&quot;:1758876679},&quot;skaBlocksSelectors&quot;:{&quot;swiper-slide&quot;:[]},&quot;skaBlocksVariables&quot;:{&quot;record&quot;:{&quot;--swiper-pagination-fraction-color&quot;:{&quot;value&quot;:&quot;var(--color-site-muted)&quot;,&quot;type&quot;:&quot;color&quot;}}},&quot;skaBlocksPadding&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;6&quot;}}},&quot;skaBlocksFontSize&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;},&quot;swiper-pagination&quot;:{&quot;@&quot;:&quot;sm&quot;}}},&quot;skaBlocksBorderRadius&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;DEFAULT&quot;}}},&quot;skaBlocksBorderWidth&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;DEFAULT&quot;}}},&quot;skaBlocksBoxShadow&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;DEFAULT&quot;}}}} --&gt;\n&lt;div class=&quot;ska-swiper-wrapper [--swiper-pagination-fraction-color:var(--color-site-muted)] p-6 swiper-pagination:text-sm rounded border shadow wp-block-ska-slider&quot; data-ska-swiper-wrapper=&quot;{{ska-slider-id}}&quot;&gt;&lt;div class=&quot;ska-swiper-wrapper__slider&quot;&gt;&lt;button class=&quot;swiper-button-prev ska-swiper-nav__button&quot;&gt;&lt;\/button&gt;&lt;div class=&quot;swiper&quot; data-ska-swiper=&quot;{{ska-slider-id}}&quot;&gt;&lt;div class=&quot;swiper-wrapper&quot;&gt;\n&lt;!-- wp:query {&quot;queryId&quot;:1,&quot;query&quot;:{&quot;perPage&quot;:&quot;99&quot;,&quot;pages&quot;:0,&quot;offset&quot;:0,&quot;postType&quot;:&quot;post&quot;,&quot;order&quot;:&quot;desc&quot;,&quot;orderBy&quot;:&quot;date&quot;,&quot;author&quot;:&quot;&quot;,&quot;search&quot;:&quot;&quot;,&quot;exclude&quot;:[],&quot;sticky&quot;:&quot;&quot;,&quot;inherit&quot;:false,&quot;taxQuery&quot;:{&quot;category&quot;:[],&quot;post_tag&quot;:[4]},&quot;skaBlocksQueryLimit&quot;:1},&quot;skaBlocksQuery&quot;:{&quot;editorLimit&quot;:1}} --&gt;\n&lt;div class=&quot;wp-block-query&quot;&gt;\n&lt;!-- wp:post-template --&gt;\n&lt;!-- wp:ska\/element {&quot;skaBlocks&quot;:{&quot;cx&quot;:&quot;py-4&quot;,&quot;css&quot;:&quot;.py-4{padding-block:var(--spacing-4)}&quot;,&quot;t&quot;:1758876679},&quot;skaBlocksPadding&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;,&quot;y&quot;:&quot;4&quot;}},&quot;t&quot;:&quot;axis&quot;}} --&gt;\n&lt;div class=&quot;py-4 wp-block-ska-element&quot;&gt;\n&lt;!-- wp:post-title {&quot;level&quot;:5,&quot;skaBlocks&quot;:{&quot;cx&quot;:&quot;text-center&quot;,&quot;css&quot;:&quot;.text-center{text-align:center}&quot;,&quot;t&quot;:1758876679},&quot;skaBlocksTextAlign&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;center&quot;}}}} \/--&gt;\n\n&lt;!-- wp:post-excerpt {&quot;moreText&quot;:&quot;Read more&quot;,&quot;showMoreOnNewLine&quot;:false,&quot;excerptLength&quot;:32,&quot;skaBlocks&quot;:{&quot;cx&quot;:&quot;sm:px-16 text-base\/snug text-center&quot;,&quot;css&quot;:&quot;@media (min-width:40rem){.sm\\u005c:px-16{padding-inline:var(--spacing-16)}}.text-base\\u005c\/snug{font-size:var(--text-base);line-height:var(--leading-snug)}.text-center{text-align:center}&quot;,&quot;t&quot;:1758876679},&quot;skaBlocksPadding&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;},&quot;sm&quot;:{&quot;x&quot;:&quot;16&quot;}},&quot;t&quot;:&quot;axis&quot;},&quot;skaBlocksFontSize&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;base\/snug&quot;}}},&quot;skaBlocksTextAlign&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;center&quot;}}}} \/--&gt;&lt;\/div&gt;\n&lt;!-- \/wp:ska\/element --&gt;\n&lt;!-- \/wp:post-template --&gt;\n&lt;\/div&gt;\n&lt;!-- \/wp:query --&gt;\n&lt;\/div&gt;&lt;\/div&gt;&lt;button class=&quot;swiper-button-next ska-swiper-nav__button&quot;&gt;&lt;\/button&gt;&lt;\/div&gt;&lt;div class=&quot;swiper-pagination&quot;&gt;&lt;\/div&gt;&lt;\/div&gt;\n&lt;!-- \/wp:ska\/slider --&gt;<\/code><\/pre>\n\t<\/div>\n<\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\">Logo slider<\/h2>\n\n\n\n<p class=\"-mt-8! text-xs\">Images: <a href=\"https:\/\/logoipsum.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/logoipsum.com<\/a><\/p>\n\n\n\n<p>Custom permanently scrolling logo slider with Gallery block and advanced slider configuration.<\/p>\n\n\n<div class=\"ska-blocks-docs__wrapper not-prose\" x-data=\"{showContent: false, showMessage: false, showError: false}\" style=\"display:flex;flex-direction:column\">\n<div class=\"wp-block-ska-element ska-blocks-docs not-prose ska-preset--docs-blocks\">\n<div class=\"swiper [mask-image:linear-gradient(to_right,_transparent_0%,_white_10%,_white_90%,_transparent_100%)] swiper-slide:flex swiper-slide:justify-center swiper-slide:items-center py-8 swiper-slide:w-36 swiper-slide:[&amp;&gt;img]:max-w-32 swiper-slide:[&amp;&gt;img]:h-auto swiper-slide:[&amp;&gt;img]:transition-transform swiper-slide:[&amp;&gt;img]:duration-500 swiper-wrapper:ease-linear swiper-slide:[&amp;&gt;img]:hover:scale-125 wp-block-ska-slider ska-preset--ska-theme--swiper\" data-ska-swiper=\"ska-swiper-6\"><div class=\"swiper-wrapper\"><a class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"#link-1\" aria-label=\"Label 1\"><img decoding=\"async\" loading=\"lazy\" width=\"82\" height=\"40\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/logoipsum-332.svg\"  alt=\"\" \/><\/a><a class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"#link-2\" aria-label=\"Label 2\"><img decoding=\"async\" loading=\"lazy\" width=\"220\" height=\"40\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/logoipsum-325.svg\"  alt=\"\" \/><\/a><a class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"#link-3\" aria-label=\"Label 3\"><img decoding=\"async\" loading=\"lazy\" width=\"218\" height=\"40\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/logoipsum-286.svg\"  alt=\"\" \/><\/a><a class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"#link-4\" aria-label=\"Label 4\"><img decoding=\"async\" loading=\"lazy\" width=\"105\" height=\"40\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/logoipsum-287.svg\"  alt=\"\" \/><\/a><a class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"#link-5\" aria-label=\"Label 5\"><img decoding=\"async\" loading=\"lazy\" width=\"70\" height=\"44\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/logoipsum-284.svg\"  alt=\"\" \/><\/a><a class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"#link-6\" aria-label=\"Label 6\"><img decoding=\"async\" loading=\"lazy\" width=\"125\" height=\"40\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/logoipsum-289.svg\"  alt=\"\" \/><\/a><a class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"#link-7\" aria-label=\"Label 7\"><img decoding=\"async\" loading=\"lazy\" width=\"186\" height=\"41\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/logoipsum-285.svg\"  alt=\"\" \/><\/a><a class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"#link-8\" aria-label=\"Label 8\"><img decoding=\"async\" loading=\"lazy\" width=\"71\" height=\"55\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/logoipsum-331.svg\"  alt=\"\" \/><\/a><\/div><\/div>\n<\/div>\n<div class=\"ska-blocks-docs__controls\" style=\"order:-1\">\n\t<button class=\"code\" type=\"button\" x-on:click=\"showContent = !showContent\" x-text=\"showContent ? 'Hide code' : 'Show code'\" aria-pressed=\"showContent\">Show code<\/button>\n\t<div>\n\t\t<span class=\"message success\" aria-hidden=\"true\" x-cloak x-show=\"showMessage\" >Copied!<\/span>\n\t\t<span class=\"message error\" aria-hidden=\"true\" x-cloak x-show=\"showError\">Couldn&#8217;t copy!<\/span>\n\t\t<button class=\"copy\" type=\"button\" x-on:click=\"navigator.clipboard ? (navigator.clipboard.writeText($el.parentElement.parentElement.nextElementSibling.querySelector('pre').innerText), showMessage = true) : showError = true\">Copy blocks<\/button>\n\t<\/div>\n<\/div>\n<div class=\"ska-blocks-docs__content ska-preset--ska-theme--code\" x-cloak x-collapse x-show=\"showContent\" hidden>\n\t<div class=\"content\">\n\t\t<pre class=\"ska-blocks-docs__blocks code\"><code class=\"html language-html\">&lt;!-- wp:ska\/slider {&quot;speed&quot;:2500,&quot;navigation&quot;:false,&quot;slidesPerView&quot;:&quot;auto&quot;,&quot;spaceBetween&quot;:&quot;8 sm:16 xl:32&quot;,&quot;loop&quot;:true,&quot;config&quot;:&quot;{\\n\\tspeed: 6000,\\n\\tallowTouchMove: false,\\n\\tautoplay: {\\n\\t\\tdelay: 1,\\n\\t\\tdisableOnInteraction: false,\\n\\t},\\n\\ta11y: {\\n\\t\\tenabled: false,\\n\\t},\\n}&quot;,&quot;skaBlocks&quot;:{&quot;cx&quot;:&quot;[mask-image:linear-gradient(to_right,_transparent_0%,_white_10%,_white_90%,_transparent_100%)] swiper-slide:flex swiper-slide:justify-center swiper-slide:items-center py-8 swiper-slide:w-36 swiper-slide:[\\u0026\\u003eimg]:max-w-32 swiper-slide:[\\u0026\\u003eimg]:h-auto swiper-slide:[\\u0026\\u003eimg]:transition-transform swiper-slide:[\\u0026\\u003eimg]:duration-500 swiper-wrapper:ease-linear swiper-slide:[\\u0026\\u003eimg]:hover:scale-125&quot;,&quot;css&quot;:&quot;.\\u005c[mask-image\\u005c:linear-gradient\\u005c(to_right\\u005c,_transparent_0\\u005c%\\u005c,_white_10\\u005c%\\u005c,_white_90\\u005c%\\u005c,_transparent_100\\u005c%\\u005c)\\u005c]{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#fff 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#fff 10% 90%,#0000 100%)}.swiper-slide\\u005c:flex .swiper-slide{display:flex}.swiper-slide\\u005c:justify-center .swiper-slide{justify-content:center}.swiper-slide\\u005c:items-center .swiper-slide{align-items:center}.py-8{padding-block:var(--spacing-8)}.swiper-slide\\u005c:w-36 .swiper-slide{width:var(--spacing-36)}.swiper-slide\\u005c:\\u005c[\\u005c\\u0026\\u005c\\u003eimg\\u005c]\\u005c:max-w-32 .swiper-slide\\u003eimg{max-width:var(--spacing-32)}.swiper-slide\\u005c:\\u005c[\\u005c\\u0026\\u005c\\u003eimg\\u005c]\\u005c:h-auto .swiper-slide\\u003eimg{height:auto}.swiper-slide\\u005c:\\u005c[\\u005c\\u0026\\u005c\\u003eimg\\u005c]\\u005c:transition-transform .swiper-slide\\u003eimg{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.swiper-slide\\u005c:\\u005c[\\u005c\\u0026\\u005c\\u003eimg\\u005c]\\u005c:duration-500 .swiper-slide\\u003eimg{--tw-duration:.5s;transition-duration:.5s}.swiper-wrapper\\u005c:ease-linear .swiper-wrapper{--tw-ease:linear;transition-timing-function:linear}@media (hover:hover){.swiper-slide\\u005c:\\u005c[\\u005c\\u0026\\u005c\\u003eimg\\u005c]\\u005c:hover\\u005c:scale-125 .swiper-slide\\u003eimg:hover{--tw-scale-x:125%;--tw-scale-y:125%;--tw-scale-z:125%;scale:var(--tw-scale-x)var(--tw-scale-y)}}&quot;,&quot;t&quot;:1758876679},&quot;skaBlocksAppender&quot;:{&quot;type&quot;:&quot;hidden&quot;},&quot;skaBlocksSelectors&quot;:{&quot;swiper-wrapper&quot;:{&quot;skaBlocksTransitionTimingFunction&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;linear&quot;}}}},&quot;swiper-slide&quot;:{&quot;skaBlocksDisplay&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;flex&quot;}}},&quot;skaBlocksSelectors&quot;:{&quot;[\\u0026\\u003eimg]&quot;:{&quot;skaBlocksMaxWidth&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;32&quot;}}},&quot;skaBlocksHeight&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;auto&quot;}}},&quot;skaBlocksSelectors&quot;:{&quot;hover&quot;:{&quot;skaBlocksScale&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;125&quot;}}}}},&quot;skaBlocksTransitionProperty&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;transform&quot;}}},&quot;skaBlocksTransitionDuration&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;500&quot;}}}}},&quot;skaBlocksWidth&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;36&quot;}},&quot;a&quot;:[]},&quot;skaBlocksAlignItems&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;center&quot;}}},&quot;skaBlocksJustifyContent&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;center&quot;}}}}},&quot;skaBlocksVariables&quot;:{&quot;record&quot;:{&quot;mask-image&quot;:{&quot;value&quot;:&quot;linear-gradient(to_right,_transparent_0%,_white_10%,_white_90%,_transparent_100%)&quot;,&quot;type&quot;:&quot;&quot;}}},&quot;skaBlocksPadding&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;,&quot;y&quot;:&quot;8&quot;}},&quot;t&quot;:&quot;axis&quot;}} --&gt;\n&lt;div class=&quot;swiper [mask-image:linear-gradient(to_right,_transparent_0%,_white_10%,_white_90%,_transparent_100%)] swiper-slide:flex swiper-slide:justify-center swiper-slide:items-center py-8 swiper-slide:w-36 swiper-slide:[&amp;&gt;img]:max-w-32 swiper-slide:[&amp;&gt;img]:h-auto swiper-slide:[&amp;&gt;img]:transition-transform swiper-slide:[&amp;&gt;img]:duration-500 swiper-wrapper:ease-linear swiper-slide:[&amp;&gt;img]:hover:scale-125 wp-block-ska-slider&quot; data-ska-swiper=&quot;{{ska-slider-id}}&quot;&gt;&lt;div class=&quot;swiper-wrapper&quot;&gt;\n&lt;!-- wp:ska\/gallery {&quot;ids&quot;:[274,275,276,277,270,271,272,273],&quot;size&quot;:&quot;medium&quot;,&quot;linkTo&quot;:&quot;list&quot;,&quot;links&quot;:&quot;#link-1|Label 1\\n#link-2|Label 2\\n#link-3|Label 3\\n#link-4|Label 4\\n#link-5|Label 5\\n#link-6|Label 6\\n#link-7|Label 7\\n#link-8|Label 8&quot;,&quot;srcset&quot;:false,&quot;wrap&quot;:false,&quot;skaBlocks&quot;:{&quot;cx&quot;:&quot;grid grid-cols-auto-fit-xs gap-gutter place-items-center px-gutter&quot;,&quot;css&quot;:&quot;.grid{display:grid}.grid-cols-auto-fit-xs{grid-template-columns:repeat(auto-fit,minmax(min(var(--spacing-48),100%),1fr))}.gap-gutter{gap:var(--gutter)}.place-items-center{place-items:center}.px-gutter{padding-inline:var(--gutter)}&quot;,&quot;t&quot;:1758876679},&quot;skaBlocksDisplay&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;grid&quot;}}},&quot;skaBlocksGridTemplateColumns&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;auto-fit-xs&quot;}}},&quot;skaBlocksGap&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;gutter&quot;}}},&quot;skaBlocksPlaceItems&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;center&quot;}}},&quot;skaBlocksPadding&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;,&quot;x&quot;:&quot;gutter&quot;}},&quot;t&quot;:&quot;axis&quot;}} --&gt;\n&lt;div class=&quot;grid grid-cols-auto-fit-xs gap-gutter place-items-center px-gutter wp-block-ska-gallery&quot;&gt;&lt;span class=&quot;ska-gallery-content-placeholder&quot;&gt;&lt;\/span&gt;&lt;\/div&gt;\n&lt;!-- \/wp:ska\/gallery --&gt;\n&lt;\/div&gt;&lt;\/div&gt;\n&lt;!-- \/wp:ska\/slider --&gt;<\/code><\/pre>\n\t<\/div>\n<\/div><\/div>\n\n\n<div class=\"wp-block-ska-code not-prose ska-preset--ska-theme--code\"><header><span class=\"title\">Advanced slider options<\/span><span class=\"label language-json\">JSON<\/span><\/header><div class=\"content\"><pre class=\"code json language-json\"><code class=\"language-json\">{\n\tspeed: 6000,\n\tallowTouchMove: false,\n\tautoplay: {\n\t\tdelay: 1,\n\t\tdisableOnInteraction: false,\n\t},\n\ta11y: {\n\t\tenabled: false,\n\t},\n} <\/code><\/pre><button :class=\"{error: state === &apos;error&apos;, success: state === &apos;success&apos;}\" x-data=\"{state:&apos;&apos;}\" x-on:click=\"navigator.clipboard ? (navigator.clipboard.writeText($el.previousElementSibling.innerText), $el.innerText = `Copied!`, state = &apos;success&apos;) : ($el.innerText = `Can&amp;#039;t copy`, state = &apos;error&apos;)\" class=\"copy\" type=\"button\">Copy<\/button><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Lightbox slider cards gallery<\/h2>\n\n\n<div class=\"ska-blocks-docs__wrapper not-prose\" x-data=\"{showContent: false, showMessage: false, showError: false}\" style=\"display:flex;flex-direction:column\">\n<div class=\"wp-block-ska-element ska-blocks-docs not-prose ska-preset--docs-blocks\">\n<div data-ska-pswp=\"ska-pswp-8\" class=\"mx-auto my-gutter max-w-[min(var(--container-sm),_56vw)] wp-block-ska-lightbox\">\n<div class=\"swiper [&amp;_.image]:aspect-square [&amp;_.image]:overflow-hidden [&amp;_.image]:rounded-2xl wp-block-ska-slider ska-preset--ska-theme--swiper\" data-ska-swiper=\"ska-swiper-7\"><div class=\"swiper-wrapper\"><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-6.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-6-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-7.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-7-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-11.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-11-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><\/div><div class=\"swiper-button-prev ska-swiper-nav__button\"><\/div><div class=\"swiper-button-next ska-swiper-nav__button\"><\/div><\/div>\n<\/div>\n<\/div>\n<div class=\"ska-blocks-docs__controls\" style=\"order:-1\">\n\t<button class=\"code\" type=\"button\" x-on:click=\"showContent = !showContent\" x-text=\"showContent ? 'Hide code' : 'Show code'\" aria-pressed=\"showContent\">Show code<\/button>\n\t<div>\n\t\t<span class=\"message success\" aria-hidden=\"true\" x-cloak x-show=\"showMessage\" >Copied!<\/span>\n\t\t<span class=\"message error\" aria-hidden=\"true\" x-cloak x-show=\"showError\">Couldn&#8217;t copy!<\/span>\n\t\t<button class=\"copy\" type=\"button\" x-on:click=\"navigator.clipboard ? (navigator.clipboard.writeText($el.parentElement.parentElement.nextElementSibling.querySelector('pre').innerText), showMessage = true) : showError = true\">Copy blocks<\/button>\n\t<\/div>\n<\/div>\n<div class=\"ska-blocks-docs__content ska-preset--ska-theme--code\" x-cloak x-collapse x-show=\"showContent\" hidden>\n\t<div class=\"content\">\n\t\t<pre class=\"ska-blocks-docs__blocks code\"><code class=\"html language-html\">&lt;!-- wp:ska\/lightbox {&quot;skaBlocks&quot;:{&quot;cx&quot;:&quot;mx-auto my-gutter max-w-[min(var(--container-sm),_56vw)]&quot;,&quot;css&quot;:&quot;.mx-auto{margin-inline:auto}.my-gutter{margin-block:var(--gutter)}.max-w-\\u005c[min\\u005c(var\\u005c(--container-sm\\u005c)\\u005c,_56vw\\u005c)\\u005c]{max-width:min(var(--container-sm),56vw)}&quot;,&quot;t&quot;:1758876679},&quot;skaBlocksAppender&quot;:{&quot;type&quot;:&quot;hidden&quot;},&quot;skaBlocksMargin&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;,&quot;x&quot;:&quot;auto&quot;,&quot;y&quot;:&quot;gutter&quot;}},&quot;t&quot;:&quot;axis&quot;},&quot;skaBlocksMaxWidth&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;[min(var(--container-sm),_56vw)]&quot;}},&quot;a&quot;:[&quot;[min(var(--container-sm),_56vw)]&quot;]}} --&gt;\n&lt;div class=&quot;mx-auto my-gutter max-w-[min(var(--container-sm),_56vw)] wp-block-ska-lightbox&quot;&gt;\n&lt;!-- wp:ska\/slider {&quot;speed&quot;:700,&quot;grabCursor&quot;:true,&quot;config&quot;:&quot;{\\n\\teffect: &#039;cards&#039;,\\n\\tcardsEffect: {\\n\\t\\tslideShadows: false,\\n\\t},\\n\\ta11y: {\\n\\t\\tenabled: false,\\n\\t},\\n}&quot;,&quot;skaBlocks&quot;:{&quot;cx&quot;:&quot;[\\u0026_.image]:aspect-square [\\u0026_.image]:overflow-hidden [\\u0026_.image]:rounded-2xl&quot;,&quot;css&quot;:&quot;.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:aspect-square .image{aspect-ratio:1}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:overflow-hidden .image{overflow:hidden}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:rounded-2xl .image{border-radius:var(--radius-2xl)}&quot;,&quot;t&quot;:1758876679,&quot;p&quot;:[{&quot;id&quot;:&quot;ska-theme--swiper&quot;,&quot;isStatic&quot;:true}]},&quot;skaBlocksAppender&quot;:{&quot;type&quot;:&quot;hidden&quot;},&quot;skaBlocksSelectors&quot;:{&quot;[\\u0026_.image]&quot;:{&quot;skaBlocksAspectRatio&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;square&quot;}}},&quot;skaBlocksSelectors&quot;:[],&quot;skaBlocksBorderRadius&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;2xl&quot;}}},&quot;skaBlocksOverflow&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;hidden&quot;}}}}}} --&gt;\n&lt;div class=&quot;swiper [&amp;_.image]:aspect-square [&amp;_.image]:overflow-hidden [&amp;_.image]:rounded-2xl wp-block-ska-slider&quot; data-ska-swiper=&quot;{{ska-slider-id}}&quot;&gt;&lt;div class=&quot;swiper-wrapper&quot;&gt;\n&lt;!-- wp:ska\/gallery {&quot;ids&quot;:[257,260,261,262,263,264,265,266,267],&quot;cover&quot;:true,&quot;size&quot;:&quot;large&quot;,&quot;linkTo&quot;:&quot;full&quot;,&quot;srcset&quot;:false,&quot;lazyload&quot;:true,&quot;wrap&quot;:false,&quot;skaBlocks&quot;:{&quot;cx&quot;:&quot;grid grid-cols-3 gap-2&quot;,&quot;css&quot;:&quot;.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-2{gap:var(--spacing-2)}&quot;,&quot;t&quot;:1758876679},&quot;skaBlocksDisplay&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;grid&quot;}}},&quot;skaBlocksGridTemplateColumns&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;3&quot;}}},&quot;skaBlocksGap&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;2&quot;}}}} --&gt;\n&lt;div class=&quot;grid grid-cols-3 gap-2 wp-block-ska-gallery&quot;&gt;&lt;span class=&quot;ska-gallery-content-placeholder&quot;&gt;&lt;\/span&gt;&lt;\/div&gt;\n&lt;!-- \/wp:ska\/gallery --&gt;\n&lt;\/div&gt;&lt;div class=&quot;swiper-button-prev ska-swiper-nav__button&quot;&gt;&lt;\/div&gt;&lt;div class=&quot;swiper-button-next ska-swiper-nav__button&quot;&gt;&lt;\/div&gt;&lt;\/div&gt;\n&lt;!-- \/wp:ska\/slider --&gt;\n&lt;\/div&gt;\n&lt;!-- \/wp:ska\/lightbox --&gt;<\/code><\/pre>\n\t<\/div>\n<\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\">Focus image slider gallery<\/h2>\n\n\n<div class=\"ska-blocks-docs__wrapper not-prose\" x-data=\"{showContent: false, showMessage: false, showError: false}\" style=\"display:flex;flex-direction:column\">\n<div class=\"wp-block-ska-element ska-blocks-docs not-prose ska-preset--docs-blocks\">\n<div data-ska-pswp=\"ska-pswp-10\" class=\"wp-block-ska-lightbox\">\n<div class=\"swiper [&amp;_.image]:aspect-[4\/3] [&amp;_.image]:overflow-hidden py-6 [&amp;_.image]:w-full [&amp;_.image]:sm:max-w-1\/3 [&amp;_.image]:rounded [&amp;_.image]:transition-none [&amp;_.image]:[.swiper-initialized_&amp;]:transition-transform [&amp;_.image]:duration-1000 [&amp;_.image]:scale-75 [&amp;_.image]:[&amp;.swiper-slide-active]:scale-100 [&amp;_.image]:translate-y-4 [&amp;_.image]:[&amp;.swiper-slide-active]:translate-y-0 [&amp;_.image]:[&amp;.swiper-slide-prev]:translate-x-4 [&amp;_.image]:[&amp;.swiper-slide-next]:-translate-x-4 [&amp;_.image]:[&amp;.swiper-slide-prev]:-skew-y-3 [&amp;_.image]:[&amp;.swiper-slide-next]:skew-y-3 wp-block-ska-slider ska-preset--ska-theme--swiper\" data-ska-swiper=\"ska-swiper-9\"><div class=\"swiper-wrapper\"><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-11.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-11-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-8-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-9-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-7.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-7-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-3-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-10-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-5-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-4-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><a data-pswp-height=\"768\" data-pswp-width=\"1280\" class=\"image wp-block-ska-gallery__image swiper-slide\" href=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-6.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"614\" src=\"https:\/\/ska-blocks.com\/docs\/wp-content\/uploads\/sites\/3\/2025\/09\/image-6-1024x614.png\" class=\"w-full h-full object-cover rounded-[inherit] aspect-[inherit]\" alt=\"\"   \/><\/a><\/div><div class=\"swiper-button-prev ska-swiper-nav__button\"><\/div><div class=\"swiper-button-next ska-swiper-nav__button\"><\/div><\/div>\n<\/div>\n<\/div>\n<div class=\"ska-blocks-docs__controls\" style=\"order:-1\">\n\t<button class=\"code\" type=\"button\" x-on:click=\"showContent = !showContent\" x-text=\"showContent ? 'Hide code' : 'Show code'\" aria-pressed=\"showContent\">Show code<\/button>\n\t<div>\n\t\t<span class=\"message success\" aria-hidden=\"true\" x-cloak x-show=\"showMessage\" >Copied!<\/span>\n\t\t<span class=\"message error\" aria-hidden=\"true\" x-cloak x-show=\"showError\">Couldn&#8217;t copy!<\/span>\n\t\t<button class=\"copy\" type=\"button\" x-on:click=\"navigator.clipboard ? (navigator.clipboard.writeText($el.parentElement.parentElement.nextElementSibling.querySelector('pre').innerText), showMessage = true) : showError = true\">Copy blocks<\/button>\n\t<\/div>\n<\/div>\n<div class=\"ska-blocks-docs__content ska-preset--ska-theme--code\" x-cloak x-collapse x-show=\"showContent\" hidden>\n\t<div class=\"content\">\n\t\t<pre class=\"ska-blocks-docs__blocks code\"><code class=\"html language-html\">&lt;!-- wp:ska\/lightbox {&quot;skaBlocksAppender&quot;:{&quot;type&quot;:&quot;hidden&quot;}} --&gt;\n&lt;div class=&quot;wp-block-ska-lightbox&quot;&gt;\n&lt;!-- wp:ska\/slider {&quot;speed&quot;:1000,&quot;slidesPerView&quot;:&quot;auto&quot;,&quot;centeredSlides&quot;:true,&quot;loop&quot;:true,&quot;grabCursor&quot;:true,&quot;config&quot;:&quot;{initialSlide: 2}&quot;,&quot;skaBlocks&quot;:{&quot;cx&quot;:&quot;[\\u0026_.image]:aspect-[4\/3] [\\u0026_.image]:overflow-hidden py-6 [\\u0026_.image]:w-full [\\u0026_.image]:editor:max-w-none [\\u0026_.image]:sm:max-w-1\/3 [\\u0026_.image]:rounded [\\u0026_.image]:transition-none [\\u0026_.image]:[.swiper-initialized_\\u0026]:transition-transform [\\u0026_.image]:duration-1000 [\\u0026_.image]:scale-75 [\\u0026_.image]:editor:scale-none [\\u0026_.image]:[\\u0026.swiper-slide-active]:scale-100 [\\u0026_.image]:translate-y-4 [\\u0026_.image]:editor:translate-y-0 [\\u0026_.image]:[\\u0026.swiper-slide-active]:translate-y-0 [\\u0026_.image]:[\\u0026.swiper-slide-prev]:translate-x-4 [\\u0026_.image]:[\\u0026.swiper-slide-next]:-translate-x-4 [\\u0026_.image]:[\\u0026.swiper-slide-prev]:-skew-y-3 [\\u0026_.image]:[\\u0026.swiper-slide-next]:skew-y-3&quot;,&quot;css&quot;:&quot;.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:aspect-\\u005c[4\\u005c\/3\\u005c] .image{aspect-ratio:4\/3}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:overflow-hidden .image{overflow:hidden}.py-6{padding-block:var(--spacing-6)}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:w-full .image{width:100%}.is-root-container:not(#_) :is(.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:editor\\u005c:max-w-none .image){max-width:none}@media (min-width:40rem){.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:sm\\u005c:max-w-1\\u005c\/3 .image{max-width:33.3333%}}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:rounded .image{border-radius:var(--radius)}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:transition-none .image{transition-property:none}.swiper-initialized :is(.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:\\u005c[\\u005c.swiper-initialized_\\u005c\\u0026\\u005c]\\u005c:transition-transform .image){transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:duration-1000 .image{--tw-duration:1s;transition-duration:1s}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:scale-75 .image{--tw-scale-x:75%;--tw-scale-y:75%;--tw-scale-z:75%;scale:var(--tw-scale-x)var(--tw-scale-y)}.is-root-container:not(#_) :is(.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:editor\\u005c:scale-none .image){scale:none}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:\\u005c[\\u005c\\u0026\\u005c.swiper-slide-active\\u005c]\\u005c:scale-100 .image.swiper-slide-active{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:translate-y-4 .image{--tw-translate-y:var(--spacing-4);translate:var(--tw-translate-x)var(--tw-translate-y)}.is-root-container:not(#_) :is(.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:editor\\u005c:translate-y-0 .image){--tw-translate-y:var(--spacing-0);translate:var(--tw-translate-x)var(--tw-translate-y)}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:\\u005c[\\u005c\\u0026\\u005c.swiper-slide-active\\u005c]\\u005c:translate-y-0 .image.swiper-slide-active{--tw-translate-y:var(--spacing-0);translate:var(--tw-translate-x)var(--tw-translate-y)}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:\\u005c[\\u005c\\u0026\\u005c.swiper-slide-prev\\u005c]\\u005c:translate-x-4 .image.swiper-slide-prev{--tw-translate-x:var(--spacing-4);translate:var(--tw-translate-x)var(--tw-translate-y)}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:\\u005c[\\u005c\\u0026\\u005c.swiper-slide-next\\u005c]\\u005c:-translate-x-4 .image.swiper-slide-next{--tw-translate-x:calc(var(--spacing-4)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:\\u005c[\\u005c\\u0026\\u005c.swiper-slide-prev\\u005c]\\u005c:-skew-y-3 .image.swiper-slide-prev{--tw-skew-y:skewY(calc(3deg*-1));transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.\\u005c[\\u005c\\u0026_\\u005c.image\\u005c]\\u005c:\\u005c[\\u005c\\u0026\\u005c.swiper-slide-next\\u005c]\\u005c:skew-y-3 .image.swiper-slide-next{--tw-skew-y:skewY(3deg);transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}&quot;,&quot;t&quot;:1758876679,&quot;p&quot;:[{&quot;id&quot;:&quot;ska-theme--swiper&quot;,&quot;isStatic&quot;:true}]},&quot;skaBlocksAppender&quot;:{&quot;type&quot;:&quot;hidden&quot;},&quot;skaBlocksSelectors&quot;:{&quot;[\\u0026_.image]&quot;:{&quot;skaBlocksAspectRatio&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;[4\/3]&quot;}},&quot;a&quot;:[&quot;[4\/3]&quot;]},&quot;skaBlocksSelectors&quot;:{&quot;[\\u0026.swiper-slide-active]&quot;:{&quot;skaBlocksScale&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;100&quot;}}},&quot;skaBlocksTranslate&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;,&quot;x&quot;:&quot;&quot;,&quot;y&quot;:&quot;0&quot;}}}},&quot;[\\u0026.swiper-slide-prev]&quot;:{&quot;skaBlocksSkew&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;,&quot;y&quot;:&quot;-3&quot;}}},&quot;skaBlocksTranslate&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;,&quot;x&quot;:&quot;4&quot;}}}},&quot;[\\u0026.swiper-slide-next]&quot;:{&quot;skaBlocksSkew&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;,&quot;y&quot;:&quot;3&quot;}}},&quot;skaBlocksTranslate&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;,&quot;x&quot;:&quot;-4&quot;}}}}},&quot;skaBlocksBorderRadius&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;DEFAULT&quot;}}},&quot;skaBlocksOverflow&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;hidden&quot;}}},&quot;skaBlocksScale&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;75&quot;,&quot;x&quot;:&quot;&quot;,&quot;y&quot;:&quot;&quot;,&quot;z&quot;:&quot;&quot;},&quot;editor&quot;:{&quot;@&quot;:&quot;none&quot;}}},&quot;skaBlocksTransitionProperty&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;none&quot;},&quot;[.swiper-initialized_\\u0026]&quot;:{&quot;@&quot;:&quot;transform&quot;}}},&quot;skaBlocksTransitionDuration&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;1000&quot;}}},&quot;skaBlocksTranslate&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;,&quot;y&quot;:&quot;4&quot;},&quot;editor&quot;:{&quot;y&quot;:&quot;0&quot;}}},&quot;skaBlocksWidth&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;full&quot;}}},&quot;skaBlocksMaxWidth&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;},&quot;editor&quot;:{&quot;@&quot;:&quot;none&quot;},&quot;sm&quot;:{&quot;@&quot;:&quot;1\/3&quot;}}}}},&quot;skaBlocksPadding&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;&quot;,&quot;y&quot;:&quot;6&quot;}},&quot;t&quot;:&quot;axis&quot;}} --&gt;\n&lt;div class=&quot;swiper [&amp;_.image]:aspect-[4\/3] [&amp;_.image]:overflow-hidden py-6 [&amp;_.image]:w-full [&amp;_.image]:editor:max-w-none [&amp;_.image]:sm:max-w-1\/3 [&amp;_.image]:rounded [&amp;_.image]:transition-none [&amp;_.image]:[.swiper-initialized_&amp;]:transition-transform [&amp;_.image]:duration-1000 [&amp;_.image]:scale-75 [&amp;_.image]:editor:scale-none [&amp;_.image]:[&amp;.swiper-slide-active]:scale-100 [&amp;_.image]:translate-y-4 [&amp;_.image]:editor:translate-y-0 [&amp;_.image]:[&amp;.swiper-slide-active]:translate-y-0 [&amp;_.image]:[&amp;.swiper-slide-prev]:translate-x-4 [&amp;_.image]:[&amp;.swiper-slide-next]:-translate-x-4 [&amp;_.image]:[&amp;.swiper-slide-prev]:-skew-y-3 [&amp;_.image]:[&amp;.swiper-slide-next]:skew-y-3 wp-block-ska-slider&quot; data-ska-swiper=&quot;{{ska-slider-id}}&quot;&gt;&lt;div class=&quot;swiper-wrapper&quot;&gt;\n&lt;!-- wp:ska\/gallery {&quot;ids&quot;:[267,264,265,263,257,266,261,260,262],&quot;cover&quot;:true,&quot;size&quot;:&quot;large&quot;,&quot;linkTo&quot;:&quot;full&quot;,&quot;srcset&quot;:false,&quot;lazyload&quot;:true,&quot;wrap&quot;:false,&quot;skaBlocks&quot;:{&quot;cx&quot;:&quot;grid grid-cols-3 gap-2&quot;,&quot;css&quot;:&quot;.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-2{gap:var(--spacing-2)}&quot;,&quot;t&quot;:1758876679},&quot;skaBlocksDisplay&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;grid&quot;}}},&quot;skaBlocksGridTemplateColumns&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;3&quot;}}},&quot;skaBlocksGap&quot;:{&quot;v&quot;:{&quot;$&quot;:{&quot;@&quot;:&quot;2&quot;}}}} --&gt;\n&lt;div class=&quot;grid grid-cols-3 gap-2 wp-block-ska-gallery&quot;&gt;&lt;span class=&quot;ska-gallery-content-placeholder&quot;&gt;&lt;\/span&gt;&lt;\/div&gt;\n&lt;!-- \/wp:ska\/gallery --&gt;\n&lt;\/div&gt;&lt;div class=&quot;swiper-button-prev ska-swiper-nav__button&quot;&gt;&lt;\/div&gt;&lt;div class=&quot;swiper-button-next ska-swiper-nav__button&quot;&gt;&lt;\/div&gt;&lt;\/div&gt;\n&lt;!-- \/wp:ska\/slider --&gt;\n&lt;\/div&gt;\n&lt;!-- \/wp:ska\/lightbox --&gt;<\/code><\/pre>\n\t<\/div>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>The Slider block allows creating sliders using the popular Swiper slider. Various UI controls for configuring Swiper options are provided. Slides per view and Space between options can use Tailwind-like breakpoint syntax, e.g. 8 sm:16 lg:32. When the controls are not enough, you can provide a custom JavaScript object with additional Swiper configuration (e.g. {parallax:&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[4],"class_list":["post-51","post","type-post","status-publish","format-standard","hentry","category-ska-theme","tag-blocks"],"_links":{"self":[{"href":"https:\/\/ska-blocks.com\/docs\/wp-json\/wp\/v2\/posts\/51","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ska-blocks.com\/docs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ska-blocks.com\/docs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ska-blocks.com\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ska-blocks.com\/docs\/wp-json\/wp\/v2\/comments?post=51"}],"version-history":[{"count":9,"href":"https:\/\/ska-blocks.com\/docs\/wp-json\/wp\/v2\/posts\/51\/revisions"}],"predecessor-version":[{"id":608,"href":"https:\/\/ska-blocks.com\/docs\/wp-json\/wp\/v2\/posts\/51\/revisions\/608"}],"wp:attachment":[{"href":"https:\/\/ska-blocks.com\/docs\/wp-json\/wp\/v2\/media?parent=51"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ska-blocks.com\/docs\/wp-json\/wp\/v2\/categories?post=51"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ska-blocks.com\/docs\/wp-json\/wp\/v2\/tags?post=51"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}