Adjust Mobile Homepage Slider Aspect Ratio

Changed the code to render the height of the homepage slider dynamically in the ratio 4:3. // Increase the slider height on mobile .home-image-slider .bx-wrapper {   @media (max-width: $screen-xs-max) {     width: 100vw !important; /* Full viewport width */     height: calc(100vw * 3 / 4) !important; /* Maintain 4:3 ratio */… Continue reading Adjust Mobile Homepage Slider Aspect Ratio

Home page slider for Best Seller and New Arrivals items

Need to develop best seller and new arrival sections. The item must be configurable from the configuration record. The item image must be changed when hovering over the item. When the item must be redirected to the item page. So clients can change the item image, and hover the image to their needs accordingly. Used… Continue reading Home page slider for Best Seller and New Arrivals items