Sanady

Untitled

Oct 22nd, 2018
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Use JavaScript to create a gallery of images that are stored in the "images" directory. Insert at least 5 custom images into the directory.
  2.  
  3. On the cover page, thumbnail copies of your images will appear as thumbnails.
  4.  
  5. When you click the thumbnail, the selected full size image (but should be limited by the size of the window) appears in the layer above the page where the image name and description (similar functionality is implemented on Facebook, see picture below) is displayed at the same time. Layers also show the right and left arrows and the slideshow button.
  6.  
  7. Information about the name of the image file, image name, and image description draw from an xml document or from a json structure (one of which). Use the attached files ( xml , json ) to update the data (not the structure) based on the images you use.
  8.  
  9. Here's a look at the image layout functionality above the page at http://lokeshdhakar.com/projects/lightbox2/#example , where you click one of the images below the EXAMPLES (Four image set) .
  10.  
  11. Validate page by HTML5 and CSS3.
  12.  
  13. No external css and javascript libraries can be used in the entry.
  14.  
  15. Again, look at the look. Extremely nice assignments can be published as a preview for other classmates .
Advertisement
Add Comment
Please, Sign In to add comment