+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: How to create blur effect on gallery pictures?

  1. #11
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    248
    Quote Originally Posted by Rudi View Post
    Ok, add this style:

    Code:
    Only registered members can view the code.
    Thank you so much Rudi, I can not be happier. 5 stars support.

  2. #12
    How to make this for 4.9.1?
    Classifieds Site: Annonssida
    Other Site: SEO

  3. #13
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    For 4.9.1 go to templates > components > listing-details-gallery

    1. edit _listing-details-gallery.tpl

    and below the line:
    Code:
    Only registered members can view the code.
    add:
    Code:
    Only registered members can view the code.
    then find below var loadImage = function(obj)

    after:
    Code:
    Only registered members can view the code.
    add:
    Code:
    Only registered members can view the code.

    2. edit listing-details-gallery.css

    below div.gallery > #media img.default-picture {

    remove:
    Code:
    Only registered members can view the code.

    then add a new code block:
    Code:
    Only registered members can view the code.

+ Reply to Thread