{% set story = record.get_container %} {% set thumb_w = 90 %} {% set thumb_h = 90 %} {% set thumbnail = story.get_thumbnail %} {% if thumbnail is not none %} {% set thumb_w = thumbnail.get_width %} {% set thumb_h = thumbnail.get_height %} {% endif %} {% set url = record_thumbnail_url(story) %} {% set box_w = 90 %} {% set box_h = 96 %} {% set original_h = thumb_h > 0 ? thumb_h : 90 %} {% set original_w = thumb_w > 0 ? thumb_w : 90 %} {% set fit_size = fitIn( {"width":original_w, "height":original_h}, {"width":box_w, "height":box_h} ) %}