I setup a grid design for a page that will get more photos eventually. http://ahepa215.org/photo-grid.html
The design is responsive but the images on that page are not. How can I change this to make them responsive?
thanks
HTML
HTML Code:<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="language" content="english"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, target-densityDpi=device-dpi" /> <META NAME="description" Content="AMERICAN HELLENIC EDUCATIONAL PROGRESSIVE ASSOCIATION Chapter 215. The Portsmouth Chapter #215 of the Order of AHEPA was founded on March 21, 1929, at which time the first meeting was held. On March 24, 1929 thirty four residents of Portsmouth and Dover were initiated into the Order. We are a part of the District Lodge 9 that encompasses the Maine, New Hampshire and Vermont AHEPA chapters."> <META NAME="keywords" Content="AMERICAN HELLENIC EDUCATIONAL PROGRESSIVE ASSOCIATION, Chapter 215, Portsmouth NH, Portsmouth, NH, Maine, ME, New Hamptshire, Vermonth, VT, EVENTS, NEWS, PROGRAMS, ISSUES, EDUCATIONAL FOUNDATION, CONTACTS"> <title>AHEPA 215 Portsmouth, NH</title> <link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400"> <LINK REL="SHORTCUT ICON" HREF="images/favicon.ico"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> <script type="text/javascript" src="https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0&s=1"></script> <!-- Start css3menu.com HEAD section --> <link rel="stylesheet" href="ahepa_menu_files/css3menu1/style.css" type="text/css" /><style type="text/css">._css3m{display:none}</style> <!-- End css3menu.com HEAD section --> <style type="text/css"> audio {visibility: hidden; height: 0; width: 0; position: absolute; top: -300px; left: -300px;} #pauseplay {float: right; width: 32px; height: 32px; overflow: hidden; cursor: pointer} </style> </head> <body> <div id="container"> <img id="logo" src="images/Ahepa215-banner.jpg" alt="AHEPA 215 logo"> <!-- Start css3menu.com BODY section --> <ul id="css3menu1" class="topmenu"> <input type="checkbox" id="css3menu-switcher" class="switchbox"><label onclick="" class="switch" for="css3menu-switcher"></label> <li class="topfirst"><a href="index.html" title="Home" style="height:25px;line-height:25px;"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABNklEQVRIie3TIU4DURSF4QpkBQKSOhCVLKAOVAOqmyAoGpYwBk/CBpBIXCtI2EQJoiQgkNi6JnyI3qGPR2k6MAQEJ7nJ5J17/5N5c6fRqCA00awyUwXexiiqXTf8ELfmusVhHeBNnGLioybhbX4V3sJ1Bn2MSnWNVlV4B08ZaIiNqGHmPaGzKvwY0wxQYK3congusp4pjpeBm7jMhp6xH/6O+RbtxNl+9KS6lK8yuhhkjVfYDb+PceKN0Q9vL3pTDdAt4Ue4S8wXnGHLbPfPfa7z6NmOmZfEu8NRIxt4wEkEHyx4q0Ua4CBmToLxpjTgBr3kSu5XgJe6N7+yXrDeBQyxbvahLyqAc10EYz2YGiiSjz36BrzUKOG9scuDWrTsX/i1gOKTqiegrv7/gL8RUCyquvp/RK9oMw1GwfTPzgAAAABJRU5ErkJggg==" alt=""/> </a></li> <li class="topmenu"><a href="#" style="height:25px;line-height:25px;"><span>About</span></a> <ul> <li><a href="chapter215.html" title="Chapter 215"><span>Chapter 215</span></a> <ul> <li><a href="brothers.html" title="Brothers">Brothers</a></li> </ul></li> <li><a href="ahepa.html" title="AHEPA">AHEPA</a></li> </ul></li> <li class="topmenu"><a href="scholarships.html" title="Scholarships" style="height:25px;line-height:25px;">Scholarships</a></li> <li class="topmenu"><a href="photo.html" title="Rates" style="height:25px;line-height:25px;">Photos</a></li> <li class="topmenu"><a href="join.html" title="Join" style="height:25px;line-height:25px;">Join</a></li> <li class="topmenu"><a href="calendar.html" title="Calendar" style="height:25px;line-height:25px;">Calendar</a></li> <li class="toplast"><a href="contact.html" title="Contact" style="height:25px;line-height:25px;">Contact</a></li> </ul> <!-- End css3menu.com BODY section --> <div id="content"> <h1>Photos</h1> <div id="ctr-img"> <img src="images/leadership-sm.jpg" alt="leadership conference" /> <img src="images/MSD-sm.jpg" alt="Market Square Day" /> </div> <p>Click the above images to see a slideshow with more images from the above events.</p> <div style="clear:both;"></div> </div></div></div></div> <div id="footer">Copyright © AHEPA 215 <a href="mailto:ahepa215@gmail.com">ahepa215@gmail.com</a></div> </body></html>



Reply With Quote


Bookmarks