HTeuMeuLeu’s avatarHTeuMeuLeu’s Twitter Archive—№ 22,153

  1. I think I'm going to start using the following code for background images in HTML emails. background:0 0/cover; background-image:url(…); background-size:cover; background-repeat:no-repeat; background-position:center; #emailgeeks
    1. …in reply to @HTeuMeuLeu
      The first declaration covers the lack of background-size support in GANGA. The rest covers the removal of the background property in Yahoo when the size shorthand is used.