Aluminum Gazebos

A collection page of Erommy

categoryLinked from the homepage
Products
4
Active ads
0
Depth
Click depth 1
Published
2023/12/29

About

.text-container { max-width: 1500px; margin: 20px; font-size: 16px; line-height: 1.6; } .text { display: -webkit-box; -webkit-line-clamp: 3; /* Show only 3 lines */ -webkit-box-orient: vertical; overflow: hidden; } .expanded { -webkit-line-clamp: unset; /* Remove line clamp when expanded */ } .toggle-btn { display: inline-block; margin-top: 10px; color: black; font-size: 14px; font-weight: bold; /* Make the buttons bold */ } EROMMY’s aluminum gazebo has a strong aluminum structure frame and composite materials that guarantee your outdoor space is weatherproof. Our aluminum gazebos come in a variety of sizes and colors to suit any patio and design. Our aluminum gazebos are perfect for any need. Whether you want a cozy spot to relax or a large area to host events, we have an affordable option for you. Show more Read less function toggleText() { const text = document.getElementById('text'); const showMoreBtn = document.getElementById('showMoreBtn'); const readLessBtn = document.getElementById('readLessBtn'); // Toggle between showing more or less text if (text.classList.contains('expanded')) { text.classList.remove('expanded'); showMoreBtn.style.display = 'inline'; readLessBtn.style.display = 'none'; } else { text.classList.add('expanded'); showMoreBtn.style.display = 'none'; readLessBtn.style.display = 'inline'; } }