Chaning the default slider size
-
Hello all,
I am trying to change the default size of my slider, but it seems that something doesn’t work for me. I did the following:
– In my child/functions.php file I inserted the following code:
add_filter( ‘tc_slider_full_size’, ‘my_slider_full_size’); function my_slider_full_size() { $sizeinfo = array( ‘width’ => 99999 , ‘height’ => 600, ‘crop’ => false ); return $sizeinfo; }
– After this I used the Regenerate Thumbnails widget to refresh my pictures for the slider.
Does someone have any idea what could be the problem with this? Do I need to do something else?
Link to the website: https://www.startwebsiting.com/
Thank you in advance,
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Chaning the default slider size’ is closed to new replies.