Announcement

Collapse
No announcement yet.

Image Swatch enlarge when hovered or right clicked

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Image Swatch enlarge when hovered or right clicked

    Is there a way to view an advanced swatch at full size with hover or right click. I am having people select material swatches and would like them to see bigger images if they want.

  • #2
    Unfortunately we don't... You can use CSS to make all the initial swatches larger.... but we don't have anything that will do them on hover.

    Comment


    • #3
      Originally posted by jjones View Post
      Unfortunately we don't... You can use CSS to make all the initial swatches larger.... but we don't have anything that will do them on hover.
      I am having trouble finding the element I need to add CSS code for. I'd like to increase the size of all the swatches to 75px. Any tips?

      Comment


      • #4
        Not sure why I didn't figure this out quicker but I found my solution. I'm posting here in case anyone else has this question.

        .ec_details_swatches li {
        width: 75px
        }

        Comment

        Working...
        X