Guest User

Untitled

a guest
Oct 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1.  
  2. .container{
  3. margin-top: 50px;
  4. margin-left: 100px;
  5. position: relative;
  6. width: 250px;
  7. height: 250px;
  8. background-color: #333;
  9. overflow: hidden;
  10. }
  11.  
  12. .zoom-image{
  13. height: 384px !important;
  14. width: 290px !important;
  15.  
  16. position: relative;
  17. left: -20px;
  18. right: -20px;
  19. top: -20px;
  20. bottom: -20px;
  21. }
  22.  
  23.  
  24. .imageContainer-left{
  25. position: absolute;
  26. height: 100%;
  27. overflow: hidden;
  28. float: left;
  29. }
  30. .imageContainer-right{
  31. position: absolute;
  32. height: 100%;
  33. overflow: hidden;
  34. float: right;
  35. }
  36.  
  37. .clipVertical{
  38. /* how can this automatically
  39. center the image */
  40. margin-top: 0%;
  41. margin-left: 0px;
  42. margin-right: 0px;
  43. margin-bottom: 0px;
  44. width: 100%;
  45. }
Add Comment
Please, Sign In to add comment