• Resolved ostojicdr

    (@ostojicdr)


    Hi,

    I would like to change store image size in store list beside map. Is there any option to do that without removing !import in class-frontend.php because it will be over written in next update.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    You can do this with this filter.

    Copy the code from the usage section and place it in the functions.php inside your active theme folder. Replace the 100,100 with the value you like the have to the thumbnails in.

    Do flush the wpsl transient cache after making the changes, you can do this on the wpsl settings page -> tools section.

    Thread Starter ostojicdr

    (@ostojicdr)

    Thanks for quick reply!

    It works but can i change px into %

    Plugin Author Tijmen Smit

    (@tijmensmit)

    Unfortunately not. It has to be in px since the function it’s used in also expects px.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change image size’ is closed to new replies.