Hi! I’m configuring an information box carousel that shows a different number of items according to the type of device: desktop, mobile or tablet.
The Elementor offers the capability to configure the data-desktop
, data-tablet
and data-mobile
, but no option for this data-tablet_landscape
. I want this value to be the same as thedata-tablet
.
How can I set the data-tablet_landscape
value?
HTML
<div class="wd-carousel-container info-box-carousel-wrapper wd-carousel-spacing-30" data-owl-carousel="" data-speed="" data-slides_per_view_tablet="{"unit":"px", "size":8,"sizes":[]}" data-slides_per_view_mobile="{"unit":"px","size":5,"sizes":[]}" data-hide_pagination_control="yes" data-hide_prev_next_buttons="yes" data-desktop="8" data-tablet="8" data-mobile="5" data-tablet_landscape="8">
Please check the image attached.
Thank you.
Attachments:
You must be
logged in to view attached files.