Guest User

Untitled

a guest
Jun 25th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. --------hr--------
  2. text
  3.  
  4. --------hr--------
  5. [ ]
  6. [ image ]
  7. [ ]
  8. text
  9.  
  10. <div class="thumbnail">
  11. <img src="myimage.jpeg" />
  12. <div class="caption">caption</div>
  13. </div>
  14. img { width: 100% }
  15.  
  16. <div class="placeholder">
  17. <div class="myimage" style="background-image: url({somedynamicimageurl})"><img /></div>
  18. </div>
  19.  
  20. .placeholder {
  21. width: 300;
  22. height: 300;
  23. background-repeat: no-repeat;
  24. background-size: contain;
  25. background-image: url('my_placeholder.png');
  26. }
Add Comment
Please, Sign In to add comment