3
spa69
7y

Coding sunday morning => NO
Thought nearly 10 minutes why page is Empty. HAHAHHAHAHAH
Threw an NotYetCoffeeException

ViewBag.ImageSize = 368;
switch (Sitecore.Context.Device.DisplayName)
{
case "Tablet":
ViewBag.ImageSize = 343;
return;
}

Comments
Add Comment