You are lucky, I managed it and cannot be more simple. Just small JS snippet inside.
Make your own custom image size, "full" is very bad practice, can slow down your site a lot.
I know you are experienced, will just explain more detailed for other Users.
All code is inside Pastebin: http://pastebin.com/7YPY2tTx
Code formatting on this forum is shit, useless.
- Add snippet to your functions.php, or Themler Home tab - Settings - Additional CMS Code:
- Insert one new CMS Control where you want your thumbnail to be dsiplayed.
Insert PHP and CSS code. Maybe better to use own CSS file as Themler doesnt allow to save MS property "filter" in CMS CSS code.
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff); /* Math.floor(0.8 * 255).toString(16); */
You are lucky, I managed it and cannot be more simple. Just small JS snippet inside.
Make your own custom image size, "full" is very bad practice, can slow down your site a lot.
I know you are experienced, will just explain more detailed for other Users.
All code is inside Pastebin: [http://pastebin.com/7YPY2tTx][1]
[1]: http://pastebin.com/7YPY2tTx
Code formatting on this forum is shit, useless.
- Add snippet to your functions.php, or Themler Home tab - Settings - Additional CMS Code:
- Insert one new CMS Control where you want your thumbnail to be dsiplayed.
Insert PHP and CSS code. Maybe better to use own CSS file as Themler doesnt allow to save MS property "filter" in CMS CSS code.
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff); /* Math.floor(0.8 * 255).toString(16); */