First, hug yourself!

Tuncer A. Oguz
Gallery

500,00

View it in a room

Rent this artwork for 40.00€/monthm

Apply now

Dimensions:

50cm x 60cm

Year:

2022

Frame:

Without frame

Technique:

Acrylic on canvas

Description:

A woman who hugs herself to make peace with herself!
// Newhere jQuery(document).ready(function($) { // Array of image URLs var backgroundImages = [ 'https://st-artamsterdam.com/wp-content/uploads/2022/04/A9Rhjv48o_qt9k0z_5q8.jpg', 'https://st-artamsterdam.com/wp-content/uploads/2022/04/A9R1d2khwl_qt9k11_5q8.jpg', ]; // Function to get a random image URL function getRandomImage() { return backgroundImages[Math.floor(Math.random() * backgroundImages.length)]; } // Set random background image for sections with class 'random-bg-module' $('.random-bg-module').each(function() { var randomImageUrl = getRandomImage(); $(this).css('background-image', 'url(' + randomImageUrl + ')'); }); // If the above doesn't work, try this alternative approach $(window).load(function() { $('.random-bg-module').each(function() { var randomImageUrl = getRandomImage(); $(this).attr('style', function(i, style) { return style + 'background-image: url(' + randomImageUrl + ') !important;'; }); }); }); });