Hello! I am using CC for about a week now and i made a few adjustments. I purchased a plan from a hosting company, so i don't have so much to tweak. I needed to set-up the default size of the album art to be 180x180, so i contact them and they told me that this cant be done, because it will not affect just me as a client, but the others who have purchased plans with them. So my question is - is that really the case? They cant just set the default size just for me?
I found in the CC documentation that it can be used a javascript to handle scaling, I try it, but without success, the script works, just the string that scales the covers does not.
The script looks like:
<script language="javascript">
(function(){ var centovacast = (window.centovacast||(window.centovacast={}));
(centovacast.recenttracks||(centovacast.recenttracks={})).config = {
poll_limit: 60, // specify how many times to poll the server
poll_frequency: 60000, // specify the poll frequency in milliseconds
track_limit: 0, // maximum number of tracks to display (0=all)
show_covers: 1, // 1 to show covers, 0 to hide
scale_covers: 1, // 1 to scale covers to the default size, 0 to allow
// the web page to apply width/height via CSS
buy_target: '_blank' // target frame for "buy now" links
};})();
</script>
I dont get it, i can scale with CSS without the above, why bother at all?
0 to allow scaling until you reach default size, then the pics go blurry?
Can some one explain.
Thank you in advance