v-dialog(v-model="dialog", :max-width="maxWidth", persistent, transition="dialog-bottom-transition")
v-card
v-card-title(class="text-h6") Image View
v-card-text
v-img(:src="photoUrl", :alt="photoAlt", height="700px", contain)
v-card-actions
v-spacer
v-btn(color="dark darken-1", text, @click="close") Close