Before you ask please READ THIS

blur when hovering album

in Rife Posts: 42
Hi,
can i show blur when hovering my brick album?
Alternatively display a different picture when hovering?

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    I could help you with the blur effect by custom CSS.
    Do you want to happen on every bricks album?

    Could you send me a link to sample album?

    With kind regards.
  • Posts: 42
    Yes i want on every bricks album. Link to my album in private message. :-)
  • AirAir
    edited February 2019 Posts: 10,970
    Hey :-)

    If you want to keep the current effect of scaling and add blur, use this custom CSS:
    .hover-effect-drop .object-item > img {
        transition: transform .5s, filter .5s;
    }
    .hover-effect-drop .object-item:hover > img {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }
    With kind regards.
    Post edited by Air on
  • edited February 2019 Posts: 42
    Great.
    Post edited by farell on
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!