Hello Post
Hi It’s for test. The Post is working or not. #test
Testimonial section equal height problem fix by java scripts remove the ***** and write your text hear. Copy to clipboard <div class="testimonial-content read-more">*****</div> copy the js code Copy to clipboard document.addEventListener("DOMContentLoaded", function() { var testimonialContents = document.querySelectorAll(".testimonial-content.read-more"); // Calculate the maximum height among all testimonial contents var maxHeight = 0; testimonialContents.forEach(function(testimonialContent) { var height
Testimonial Section equal height set JS source code Read More »
In this post, I want to tell you how to change the image of two divs at the same time by clicking on one button. You can see in the video below. I am providing the source codes for your convenience. HTML Image Carousel CSS *{ margin: 0; padding: 0; box-sizing: border-box; } .main-div {
How to change two picture in one click Read More »