Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dimming the right & left images. #38

Closed
kaushal123 opened this issue Sep 28, 2011 · 2 comments
Closed

Dimming the right & left images. #38

kaushal123 opened this issue Sep 28, 2011 · 2 comments

Comments

@kaushal123
Copy link

It is grate slider.
I have already given opacity to right & left images but how can it be darken to a light black? so middle image looks brighter.
Any Help Please?
Thanks.

@Mottie
Copy link
Contributor

Mottie commented Sep 28, 2011

You could add some css to lower the opacity of the side images, like this (demo):

.mb-panel {
    opacity: 0.5;
    filter: alpha(opacity=50);   
}
.mb-panel.current {
    opacity: 1;
    filter: alpha(opacity=100);
}

@kaushal123
Copy link
Author

Thanks Mottie.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants