Images: image@src is a URL, and image sizes are limited.
[librarian.git] / src / librarian / elements / figures / ilustr.py
index ee82b08..3c3026c 100644 (file)
@@ -6,7 +6,7 @@ class Ilustr(WLElement):
 
     def get_html_attr(self, builder):
         return {
-            'src': builder.image_location + self.attrib['src'],
+            'src': builder.base_url + self.attrib['src'],
             'alt': self.attrib['alt'],
             'title': self.attrib['alt'],
         }