Download & Extend

Increase image size of rotor images (using embedded php)

Project:Rotor Banner
Version:6.x-2.7
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)

Issue Summary

Hi,

I have installed and am using the rotor image module and am having trouble getting the image size to increase. I have been able to increase the size of the rotor images by configuring the rotor image view. However, I am displaying the rotor images using a page with embedded php as follows:

<?php
$output
= views_embed_view('rotor'); echo $output;
?>

When I view my rotor images in this page with embedded php, the images appear to be "cut off" as the page is displaying only a small sized portion of the images. Not sure what I am doing wrong - how do I increase the content area size in my embedded php page so I can display larger rotor images?

Thanks!

Comments

#1

Status:active» postponed (maintainer needs more info)

Really not sure what I can do to help here. This sounds like some kind of issue with your theme. Can you show me an example of the problem?