diff --git a/addon.xml b/addon.xml
index 18842a4a13509b40498b1042487a021aa3213349..60a30143f3f92422f9c1099e8550f0ccbb052645 100644
--- a/addon.xml
+++ b/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="script.spotify.screensaver"
     name="Spotify Screensaver"
-    version="0.0.1"
+    version="0.0.2"
     provider-name="Benoît Harrault">
     <requires>
         <import addon="xbmc.python" version="2.25.0"/>
@@ -27,6 +27,5 @@
         <website>benoit.harrault.fr</website>
         <email>benoit@harrault.fr</email>
         <source>https://git.harrault.fr/kodi/script.spotify.screensaver</source>
-        <news>Initial release of a Spotify screensaver</news>
     </extension>
 </addon>
diff --git a/resources/skins/default/1080i/default.xml b/resources/skins/default/1080i/default.xml
index 894bbae1b18b3927c64e880c8aed75b1919ca49a..c997ff249fe723211060b8057aaa1ef530ab6dfd 100644
--- a/resources/skins/default/1080i/default.xml
+++ b/resources/skins/default/1080i/default.xml
@@ -34,11 +34,12 @@
                 <control type="image">
                     <posx>0</posx>
                     <posy>0</posy>
-                    <width>1920</width>
+                    <width>1080</width>
                     <height>1080</height>
                     <aspectratio scalediffuse="false">scale</aspectratio>
-                    <animation effect="zoom" start="110" end="130" center="auto" time="25000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
-                    <animation effect="slide" start="-10,-10" end="20,20" time="9000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
+                    <animation effect="zoom" start="85" end="95" center="auto" time="30000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
+                    <animation effect="slide" start="0,0" end="850,0" time="23000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
+                    <animation effect="slide" start="0,-10" end="0,10" time="18000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
                     <info>ListItem.Thumb</info>
                 </control>
                 <control type="image">
@@ -52,13 +53,13 @@
                     <left>0</left>
                     <top>1000</top>
                     <width>1900</width>
-                    <height>25</height>
-                    <font>font30</font>
+                    <height>50</height>
+                    <font>font40</font>
                     <align>right</align>
                     <textcolor>ffffffff</textcolor>
                     <shadowcolor>ff000000</shadowcolor>
                     <info>ListItem.Label</info>
-                    <animation effect="fade" start="100" end="0" time="15000" condition="True">Conditional</animation>
+                    <animation effect="fade" start="100" end="0" time="25000" condition="True">Conditional</animation>
                 </control>
             </focusedlayout >
         </control>