No Retina images used
-
I just setup RWP, so far great Plugin.
The standard responsive thing works well. Now I tried retina.My code in the theme file:
<?php $posts = get_posts(array( 'rwp_settings' => array( 'sizes' => array('gaf-vollbild-klein', 'gaf-vollbild-mittel', 'gaf-vollbild', 'gaf-vollbild-klein@2x', 'gaf-vollbild-mittel@2x', 'gaf-vollbild@2x'), 'retina' => true, 'attributes' => array( 'sizes' => '(max-width: 494px) 478px, (max-width: 646px) 630px, (max-width: 767px) 740px,(max-width: 1018px) 478px, (max-width: 1199px) 630px, 740px' ) ) )); ?>
the @2x files exist on server. But in sourcecode there is nothing about retina files.
Could you help me, please?
Matthias
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘No Retina images used’ is closed to new replies.