Use the 'Get Screen Height' and 'Get Screen Width' so you know both of those dimensions, then just use Set Property to set your background accordingly.
For scrolling, I guess you'd want to your texture to be set to wrap in the import settings.
I'd probably use HOTween to tween the values you want to use for animating, and use Set Property every frame to control the offset vaue.