scribe/src
Edward Loveall 5c05086cbd
Don't render image heights explicitly
The CSS itself will take care of scaling the image height based on the
width. We still need to know the height to fetch the image because the
height is in the URL, but we don't need to render it in the HTML.
2021-08-14 16:07:31 -04:00
..
actions First step rendering a page 2021-07-04 16:28:03 -04:00
classes Add PQ (pullquote) type 2021-08-08 18:18:07 -04:00
clients Use href from iframe media response 2021-08-08 16:49:02 -04:00
components Don't render image heights explicitly 2021-08-14 16:07:31 -04:00
css Initial app 2021-05-01 17:03:38 -04:00
emails Initial app 2021-05-01 17:03:38 -04:00
js Initial app 2021-05-01 17:03:38 -04:00
models Add PQ (pullquote) type 2021-08-08 18:18:07 -04:00
operations Initial app 2021-05-01 17:03:38 -04:00
pages First step rendering a page 2021-07-04 16:28:03 -04:00
queries Initial app 2021-05-01 17:03:38 -04:00
serializers Initial app 2021-05-01 17:03:38 -04:00
app.cr First step rendering a page 2021-07-04 16:28:03 -04:00
app_database.cr Initial app 2021-05-01 17:03:38 -04:00
app_server.cr Initial app 2021-05-01 17:03:38 -04:00
constants.cr First step rendering a page 2021-07-04 16:28:03 -04:00
scribe.cr Initial app 2021-05-01 17:03:38 -04:00
shards.cr Initial app 2021-05-01 17:03:38 -04:00
start_server.cr Initial app 2021-05-01 17:03:38 -04:00