add custom image size to top produtcs widget
-
I have sth like right now in my code
<img class="cwp_rev_image" src="images/diamond-world-casino/diamondworldcasino-strona.png">
and i created custom img sizes like this
if (function_exists('add_image_size')) { add_image_size('post-review-thumb', 50, 41, FALSE); add_image_size('alx-thumb-widget', 80, 80, FALSE); }
How i can add first custom image size to top product widget ?
Right now widget simply take featured image and scaled it with css, which is wrong method for me.
Anybody can help ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘add custom image size to top produtcs widget’ is closed to new replies.