Ingoknitto

Results 1 comments of Ingoknitto

This worked for me: ``` var img = new Image(); img.onload = function() { $(function(){ $(\.twentytwenty-container[data-orientation!='vertical']\).twentytwenty({default_offset_pct: 0.7}); $(\.twentytwenty-container[data-orientation='vertical']\).twentytwenty({default_offset_pct: 0.3, orientation: 'vertical'}); }); } img.src = "photo/1B.jpg"; ``` Where 1B.jpg is...