PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, May 10, 2022

[FIXED] How to use carousel with a vertical thumbnail

 May 10, 2022     carousel, e-commerce, javascript, product, slick.js     No comments   

Issue

I want to use slickjs carousel for an e-commerce product single page with a vertical thumbnail and zoom

if you have an idea please help, thanks in advance

example vertical tumbnail


Solution

You could use css with flexbox and change the flex-direction: coumn; on the same container that you are targeting with slick. You might have to change some other properties such as margin and padding to position them properly, but that would be a simple css based solution.



Answered By - Connor Smyth
Answer Checked By - Senaida (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing