Skip to content

Instantly share code, notes, and snippets.

Image Contain Methods
1. Background Image
<div style="background-image: url('{{ item.image_medium.url }}');"></div>
div {
width: 100%;
height: 100%;
<VirtualHost *:80>
ServerName default.test
DocumentRoot /var/www/html
ServerAdmin info@default.test
ErrorLog ${APACHE_LOG_DIR}/dev-error.log
CustomLog ${APACHE_LOG_DIR}/dev-access.log combined
RewriteEngine On
<Directory /var/www/html>