Hello,
I have added code to place small thumbnail images next to my forum nodes. This is working perfectly, and can be seen here under Tutorials and Projects...
chopzone.com
To make these display, I add the following code in extra.less.
It simply finds the node ID and then stuffs the image in the background.
Here are two thumbnails as a reference...
Code:
Read more
Читать далее...
I have added code to place small thumbnail images next to my forum nodes. This is working perfectly, and can be seen here under Tutorials and Projects...
ChopZone DIY
The Bike Building DIY CommunityTo make these display, I add the following code in extra.less.
It simply finds the node ID and then stuffs the image in the background.
Here are two thumbnails as a reference...
Code:
Код:
/* PROJECT : skystyle_tallbike */
.node.node--id82 {
.node-icon i {display:none;}
padding-left:12px...
Read more
Читать далее...