Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Can't get retina ready for custom field image..

  • This topic is empty.
Viewing 16 post (of 16 total)
  • Author
    Posts
  • #293864
    uxfed
    Participant

    There are a few issues here:
    – Remove the text from the image
    I think if you’re going to use the picture element you need a media attribute. So your retina requirements won’t work here. Replace it with an img tag with your srcset attribute and src fallback. Scratch that, you can do it the way you’ve done it, but you’ll need to replace the srcset attribute on the img tag with src for it to be a proper fallback.
    – Some of your other pictures look good. I assume they were optimised in the same way. Maybe it was just the photo that’s the issue.

Viewing 16 post (of 16 total)
  • The forum ‘Back End’ is closed to new topics and replies.