I have the next code designed for the gallery. Problem is, upon initialization, it puts all the images in.
<div class="portfolio section-padding" data-scroll-index='2'>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 section-title text-center">
<h3>Check our recent works</h3>
<p>We have a variety of activities, including, but not limited to, wine tasting, plating, ethnic food preparation, etc.</p>
<span class="section-title-line"></span> </div>
<div class="filtering text-center mb-30">
<button type="button" data-filter='.brochures' class="active">Courses</button>
<button type="button" data-filter='.fresh'>Fresh Ansambles</button>
<button type="button" data-filter='.ethnic'>Ethnic Food</button>
<button type="button" data-filter='.hands'>Hands-on training</button>
<button type="button" data-filter='.entree'>Entrees</button>
</div>
<div class="gallery no-padding col-lg-12 col-sm-12">
<div class="col-lg-4 col-sm-6 fresh no-padding">
<div class="item-img"> <a class="single-image" href="images/gall1.jpeg"></a>
<div class="part-img"> <img src="images/gall1.jpeg" alt="image">
<div class="overlay-img">
<h4>Fresh Ansambles</h4>
<h6>Fruit platter</h6>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 entree no-padding">
<div class="item-img"> <a class="single-image" href="images/gall2.jpeg"></a>
<div class="part-img"> <img src="images/gall2.jpeg" alt="image">
<div class="overlay-img">
<h4>Entrees</h4>
<h6>Platter of entrees</h6>
</div>
</div>
</div>
</div>
Ideally I'd like it to initialize the gallery with data-filter already set to ".brochures". I'm at a loss with the syntax here. Can anyone point me in the right direction?
tried initializing gallery with certain filter set, couldn't
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Find the answer in similar questions on our website.
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.
PHP (from the English Hypertext Preprocessor - hypertext preprocessor) is a scripting programming language for developing web applications. Supported by most hosting providers, it is one of the most popular tools for creating dynamic websites.
The PHP scripting language has gained wide popularity due to its processing speed, simplicity, cross-platform, functionality and distribution of source codes under its own license.
https://www.php.net/
Welcome to the Q&A site for web developers. Here you can ask a question about the problem you are facing and get answers from other experts. We have created a user-friendly interface so that you can quickly and free of charge ask a question about a web programming problem. We also invite other experts to join our community and help other members who ask questions. In addition, you can use our search for questions with a solution.
Ask about the real problem you are facing. Describe in detail what you are doing and what you want to achieve.
Our goal is to create a strong community in which everyone will support each other. If you find a question and know the answer to it, help others with your knowledge.