WordPress plugin options need to delete after deactivate & uninstall

Blank/white page comes up probably due to wrong variable name. It should be $video_thumbnail1 instead of $video-thumbnail1. No need to use a variable when you can directly use the option video-thumbnail1.

Also deactivate and delete are two different functionalities. Please refer to the Codex for uninstallation hook.