i do not like that the carousel wants to zoom or magnify the "selected" or centered image in slick carousel. it distorts the image slightly and i just don't want it to happen. how can i remove this or can you add it as an option?

Comments

dalearyous created an issue. See original summary.

dalearyous’s picture

found a css solution: add this to your css (you may need !important)

div.slick--center .slick-slide.slick-center {
        transform: scale(1) !important;
        }
gausarts’s picture

Category: Support request » Feature request
Status: Active » Postponed

Thanks for disliking it ;) Me neither later on.

Most of them were based on personal projects.
Will remove anything personal in time.
Please allow a delay as I might not be able to get back to you any sooner.

gausarts’s picture

The quickest solution is to disable skins, and start skinning it your way.
Or else override slick.theme.css and other skins CSS with your own using regular stylesheets[] array at theme.info, the given drupal_alter(), or usual drupal_css_alter().

  • gausarts committed 9e4e07e on 7.x-2.x
    Issue #2600970 by dalearyous: remove the image zoom or magnification for...
gausarts’s picture

Assigned: dalearyous » Unassigned
Status: Postponed » Fixed

Committed the removal. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Macronomicus’s picture

ha! I found this because I actually want the zoom, but yea ill just make my own skin lol.