This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset=utf-8 /> | |
<title>WebP Demo</title> | |
<script src="weppy.js"></script> | |
</head> | |
<body> | |
<h1>WebP Demo</h1> | |
<img src="mandelbrot.webp" width="500"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def shipping_country_name | |
shipping_address.try(:country).try(:name) | |
end |
NewerOlder