1# Multimedia Changelog 2 3## cl.multimedia.1 APIs of @ohos.multimedia.medialibrary Changed 4 5**Access Level** 6 7Public API 8 9**Reason for Change** 10 11When dynamic photos are set to autoplay, they zoom in to 1.1 times their original size. This zoom effect is particularly noticeable and somewhat jarring when users swipe left or right to navigate through dynamic photos, causing a flickering and shaking effect. To enhance user experience, dynamic photos will no longer zoom in when set to autoplay. 12 13**Impact of the Change** 14 15This change requires application adaptation. 16 17The default UX behavior of the **autoPlay** API in the @ohos.multimedia.medialibrary module has been updated. 18 19Before change: Dynamic photos zoom in to 1.1 times their size when set to autoplay. 20 21After change: Dynamic photos will no longer zoom in when set to autoplay. 22 23**Start API Level** 24 2513 26 27**Change Since** 28 29OpenHarmony SDK 5.0.0.46 30 31**Key API/Component Changes** 32 33API **autoPlay** of the @ohos.multimedia.medialibrary module 34 35**Adaptation Guide** 36 37No adaptation is required. 38