package put import "fmt" import "github.com/tigorlazuardi/redmage/views/utils" import "strconv" templ MinImageResolutionXInput(data ResolutionData) { Minimum Image Width if data.Error != "" { { data.Error } } else { Minimum image width resolution to download for this device. Set to '0' to disable this filter. Recommended to set this value same as your device's width resolution so you will get non-blurry images when used as wallpaper. } } templ MinImageResolutionYInput(data ResolutionData) { Minimum Image Height if data.Error != "" { { data.Error } } else { Minimum image height resolution to download for this device. Set to '0' to disable this filter. Recommended to set this value same as your device's height resolution so you will get non-blurry images when used as wallpaper. } }