Image Swatch enlarge when hovered or right clicked

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mike99
    Junior Member
    • Apr 2019
    • 2

    #1

    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.
  • admin
    Administrator
    • Feb 2013
    • 59
    • ***************************
      Josh Jones
      Level Four Development, llc
      ***************************

    #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

    • lbostrom
      Junior Member
      • Sep 2019
      • 4

      #3
      Originally posted by jjones
      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

      • lbostrom
        Junior Member
        • Sep 2019
        • 4

        #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...