Predict joint venture

  • Gabor Szabo - Self Service
  • Andras Csibi - Predict
  • Adam Pelle - Content

Project aim

  • Improve recommendation image quality on mobile devices

    • Images stretched full width -> look blurry and dim

  • Automate an existing workaround

    • Use separate mobile and desktop images

  • Also deal with mobile retina screens

    • it was only available on desktops

 

Mobile images

  • Predict generates mobile version of images
    • approx 320 px wide one
  • We insert as a "mobile_image" of a section
    • it won't stretch since the dimensions are fixed for mobile images 

 

Looks better, but...

Retina displays

  • 2x, 3x, 4x, 64x

retina

  • We followed Apple naming convention "@2x" postfix 
    • ​try to fetch the image, if available -> use retina for section
  • ​MediaDB has being prepared
    • "force retina upload" flag (upload setting on the UI)
    • ​scale down an image to half of the original size (preserving quality)
    • "under construction"...

 

Q & A

Made with Slides.com