Compatible XF Versions
1.5
Skype New Animated Smilies Pack-S (60px)
Customization (optional)
If you want to reduce the GIF dimensions (soft resize) you can modify & add the following code,
1. Open EXTRA.css template and add:
2. Open editor_contents.css template and add:
1.5
Skype New Animated Smilies Pack-S (60px)
Customization (optional)
If you want to reduce the GIF dimensions (soft resize) you can modify & add the following code,
1. Open EXTRA.css template and add:
Code:
img[src$='.skype.gif'] {
width: 25px;
height: auto;
}
Code:
img[src$='.skype.gif'] {
width: 25px;
height: auto;
}