Quick Sign In:  

Forum: VirtualDJ Skins

Topic: 2 logos in a videoskin. Should I worry?
Hi, I found a logo problem in my videoskin (trackwavez) and I want to fix it. I changed it from this:
<logo circle="true">
<pos x="0" y="10" width="50" height="50"/>
</logo>
to this:
<logo>
<pos x="0" y="10" width="100" height="30"/>
</logo>
-------
And when I loaded the skin it had 2 logos!!
https://imgur.com/a/pn8NHlp
Should I worry about free users or how can I fix it?
 

Posted Wed 28 Jul 21 @ 1:49 pm
The first logo (on the upper left corner) comes from your videoskin.
The second logo (the big one on bottom right) comes from the video output since free users can't disable/modify the video output logo.
 

Posted Thu 29 Jul 21 @ 10:51 am
djdadPRO InfinityDevelopment ManagerMember since 2005
Use..
<logo visibility="not has_logo 'videoskin'">
...
..
</logo>

If you want one logo for all users , respect license and videoLogo Yes/No setting

If you still need to have an extra Logo, then have it in your PNG and use it as <visual>
 

Posted Thu 29 Jul 21 @ 3:17 pm