You are here

README.txt in Picture 7

Same filename and directory in other branches
  1. 7.2 README.txt
-- SUMMARY --

Picture element

Hide image
----------

If you use the '- empty image -' option, you have to add the following
to your theme css to completely hide the image, otherwise it will
still take some space.

img[width="1"][height="1"] {
  display: none;
}

File

README.txt
View source
  1. -- SUMMARY --
  2. Picture element
  3. Hide image
  4. ----------
  5. If you use the '- empty image -' option, you have to add the following
  6. to your theme css to completely hide the image, otherwise it will
  7. still take some space.
  8. img[width="1"][height="1"] {
  9. display: none;
  10. }