Difference between revisions of "Team:Cambridge-JIC/Templates/Menu"

Line 44: Line 44:
 
             if($(this).data("mobile") == null) {
 
             if($(this).data("mobile") == null) {
 
                 $(this).data("mobile", 1)
 
                 $(this).data("mobile", 1)
 +
                $(this).css("background-size", "100%");
 
                 //$(this).data("width", $(this).width());
 
                 //$(this).data("width", $(this).width());
 
                 //$(this).width("auto")
 
                 //$(this).width("auto")
Line 77: Line 78:
 
             if($(this).data("mobile") == 1) {
 
             if($(this).data("mobile") == 1) {
 
                 $(this).data("mobile", null)
 
                 $(this).data("mobile", null)
 +
                $(this).css("background-size", "100% 100%");
 
                 //$(this).width($(this).data("width")+"px")
 
                 //$(this).width($(this).data("width")+"px")
 
                 $(this).css("background-image", $(this).data("img"))
 
                 $(this).css("background-image", $(this).data("img"))

Revision as of 01:50, 29 July 2015