Have searched throughout the script and can't seem to find the codes "video-no-video" at Newsfeed, I'd like to change the default size ---> height: 54px;
width: 75px;
These are the code below I have been searching to adjust to my needs..
Krunch, as far as I can see you've already found the solution. We would really appreciate if you share it with us.
P.S. I suggest that you try using NetBeans IDE: https://netbeans.org/
This development environment will help you to find the functions and methods you need easily and fast.
Krunch, you are right, the files which are responsible for the width and height are:
/public_html/ow_plugins/video/init.php
/public_html/ow_plugins/ivideo/init.php
But, the changes you've made will be applied to the new items only. Since the old item has already been submitted to the database, you should make the changes via phpMyAdmin >> ow_newsfeed_action table.
Note: This solution will work for the 1.5.3. version.
Also if you have used any other theme in the past to make changes to image format at that theme's Css file accordingly from .jpg to .png,,if in fact your custom video-no-video thumbnail happens to be as .png,, again thanks Daisy..