Author
can i make thumbnails round?
Viewing 4 replies - 1 through 4 (of 4 total)
Author
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Round thumbs?’ is closed to new replies.
can i make thumbnails round?
I would think it can be done with css? also would like to make thumb smaller
All elements have CSS classes you can target for styling, and that includes making them smaller and round. Each widget has multiple CSS classes, and you can use ‘.gd-clever-widget’ in your CSS. For posts widget, there is ‘.gdclw-posts’ class too. So, this will add round edges to images in posts widget:
.gdclw-posts img {
border-radius: 5px;
}
You can fully customize templates for posts widget: https://support.dev4press.com/kb/article/gdclw-override-templates-in-theme/.
Milan
Dev4Press - Premium plugins for WordPress.
ok i made round with.
gdclw-posts img {
border-radius: 50px;
}
on size would i use width/height? not sure what is best way
Yes, width and height will do. But, the plugin will display thumbnail using ‘thumbnail’ dimensions, so you can’t make it larger than your thumbnail settings in WordPress. If you need larger image, you must modify the template for the widget display.
Dev4Press - Premium plugins for WordPress.
bbPress Club Membership license gives access to all Dev4Press premium plugins for bbPress. While the license remains active, it will include all future Dev4Press premium plugins for bbPress too.
The Dev4Press Plugins Club Membership license gives access to all Dev4Press premium plugins and addons for bbPress and WordPress and all future plugins while the license is active.
Rating Club Membership license gives you access to the GD Rating System Pro plugin, all the free and premium addons for this plugin, and all future addons while the license is active.