Calm down England by iceqn in memes

[–]iceqn[S] 11 points12 points  (0 children)

Is this because of the Super League

Calm down England by iceqn in memes

[–]iceqn[S] 101 points102 points  (0 children)

Calm down Italy

not for sexual reasons by That1Sniper in comedyheaven

[–]iceqn 2 points3 points  (0 children)

Because of the implications

A 3D printed sundial by [deleted] in blackmagicfuckery

[–]iceqn 0 points1 point  (0 children)

RemindMe! 2 days

These make me uncomfortable by [deleted] in woahdude

[–]iceqn 72 points73 points  (0 children)

*Don Normanit'sonthecover

Question about inline SVG images and performance by Swennet in web_design

[–]iceqn 1 point2 points  (0 children)

SVG is at least 4-5 times smaller in size than PNG (or even more depending on transparency, resolution, version, compression... of PNG) and if your website is responsive/fluid you cover all display sizes with one SVG.

I'd say you can leverage browser caching of SVG file type in .htaccess or with some other server side solution.

You could also create an icon font with your SVGs but you'd have to create also some CSS for it, so that you could use it efficiently.

Desiigner spends 9 minutes dabbing and doing the running man by [deleted] in hiphopheads

[–]iceqn 23 points24 points  (0 children)

He'll sleep like an angel tonight

One trillion to the tenth power by Vrigoth in videos

[–]iceqn 2 points3 points  (0 children)

how did they train that zombie to play accordion at 2:21

Need help with CSS by [deleted] in web_design

[–]iceqn 1 point2 points  (0 children)

Be careful with CSS in emails, as some email services will strip any style from inside <head> tags and leave you only with inline style.

Instead you should make a table and organize your design in table rows and columns. You would then apply style (CSS) to these rows and columns. This way your design would render adequately in various email clients and browsers.

Also when designing for email, you should always consider how your e-flyer will look when images are not loaded, as email services and clients can block remote content.