dawn theme - can you make multicolumn images zoom in effect when u hover over them please ?

Solved

dawn theme - can you make multicolumn images zoom in effect when u hover over them please ?

lslelegance
Trailblazer
229 2 51
Accepted Solution (1)
SetuBridge_
Shopify Partner
263 60 84

This is an accepted solution.

Hello @lslelegance 

Greetings!!

 

Please follow these steps:

- Step 1: Go to Online store > Themes > Actions > Edit code->asstes->base.css

.multicolumn-card__image-wrapper .media{
        overflow: hidden;
        margin: 0 auto;
    }
  
    .multicolumn-card__image-wrapper .media img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
  
    .multicolumn-card__image-wrapper .media:hover img {
        transform: scale(1.5);
    }

 Output:  

https://nimb.ws/ymBe30

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

Shopify Partner | Shopify E-Commerce Solutions Provider

View solution in original post

Replies 7 (7)

lslelegance
Trailblazer
229 2 51
SetuBridge_
Shopify Partner
263 60 84

 

Hello @lslelegance 

Please follow these steps:

- Step 1: Go to Online store > Themes > Actions > Edit code->asstes->base.css

.multicolumn-card .media:hover {
-ms-transform: scale(1.3);
-webkit-transform: scale(1.3);
transform: scale(1.3);
}

Output : https://nimb.ws/R9NHUx

 

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

Shopify Partner | Shopify E-Commerce Solutions Provider
lslelegance
Trailblazer
229 2 51

@SetuBridge_ it worked but I wish to have it the zoom inside the image itself like this effect here :

https://lslelegance.myshopify.com/collections

 

thanks !

SetuBridge_
Shopify Partner
263 60 84

This is an accepted solution.

Hello @lslelegance 

Greetings!!

 

Please follow these steps:

- Step 1: Go to Online store > Themes > Actions > Edit code->asstes->base.css

.multicolumn-card__image-wrapper .media{
        overflow: hidden;
        margin: 0 auto;
    }
  
    .multicolumn-card__image-wrapper .media img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
  
    .multicolumn-card__image-wrapper .media:hover img {
        transform: scale(1.5);
    }

 Output:  

https://nimb.ws/ymBe30

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

Shopify Partner | Shopify E-Commerce Solutions Provider
lslelegance
Trailblazer
229 2 51

thanks !

lslelegance
Trailblazer
229 2 51

I wish to have slideshow have my custom size not Shopify options only pls because I want to use it for products portrait size pls and smaller thanks

 

8F4CCB5C-1F53-4FAA-9357-24FD21089D39.jpeg

withinkandivy
Visitor
2 0 0

Hello - is there a way to do this but have the images zoom in to full screen with a scroll instead?